/AWS1/CL_RSHRECOMMENDATION¶
An Amazon Redshift Advisor recommended action on the Amazon Redshift cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
A unique identifier of the Advisor recommendation.
iv_clusteridentifier TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The unique identifier of the cluster for which the recommendation is returned.
iv_namespacearn TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
iv_createdat TYPE /AWS1/RSHTSTAMP /AWS1/RSHTSTAMP¶
The date and time (UTC) that the recommendation was created.
iv_recommendationtype TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The type of Advisor recommendation.
iv_title TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The title of the recommendation.
iv_description TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The description of the recommendation.
iv_observation TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The description of what was observed about your cluster.
iv_impactranking TYPE /AWS1/RSHIMPACTRANKINGTYPE /AWS1/RSHIMPACTRANKINGTYPE¶
The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
iv_recommendationtext TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The description of the recommendation.
it_recommendedactions TYPE /AWS1/CL_RSHRECOMMENDEDACTION=>TT_RECOMMENDEDACTIONLIST TT_RECOMMENDEDACTIONLIST¶
List of Amazon Redshift recommended actions.
it_referencelinks TYPE /AWS1/CL_RSHREFERENCELINK=>TT_REFERENCELINKLIST TT_REFERENCELINKLIST¶
List of helpful links for more information about the Advisor recommendation.
Queryable Attributes¶
Id¶
A unique identifier of the Advisor recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
ClusterIdentifier¶
The unique identifier of the cluster for which the recommendation is returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERIDENTIFIER() |
Getter for CLUSTERIDENTIFIER, with configurable default |
ASK_CLUSTERIDENTIFIER() |
Getter for CLUSTERIDENTIFIER w/ exceptions if field has no v |
HAS_CLUSTERIDENTIFIER() |
Determine if CLUSTERIDENTIFIER has a value |
NamespaceArn¶
The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACEARN() |
Getter for NAMESPACEARN, with configurable default |
ASK_NAMESPACEARN() |
Getter for NAMESPACEARN w/ exceptions if field has no value |
HAS_NAMESPACEARN() |
Determine if NAMESPACEARN has a value |
CreatedAt¶
The date and time (UTC) that the recommendation was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
RecommendationType¶
The type of Advisor recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONTYPE() |
Getter for RECOMMENDATIONTYPE, with configurable default |
ASK_RECOMMENDATIONTYPE() |
Getter for RECOMMENDATIONTYPE w/ exceptions if field has no |
HAS_RECOMMENDATIONTYPE() |
Determine if RECOMMENDATIONTYPE has a value |
Title¶
The title of the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
Description¶
The description of the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Observation¶
The description of what was observed about your cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVATION() |
Getter for OBSERVATION, with configurable default |
ASK_OBSERVATION() |
Getter for OBSERVATION w/ exceptions if field has no value |
HAS_OBSERVATION() |
Determine if OBSERVATION has a value |
ImpactRanking¶
The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPACTRANKING() |
Getter for IMPACTRANKING, with configurable default |
ASK_IMPACTRANKING() |
Getter for IMPACTRANKING w/ exceptions if field has no value |
HAS_IMPACTRANKING() |
Determine if IMPACTRANKING has a value |
RecommendationText¶
The description of the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONTEXT() |
Getter for RECOMMENDATIONTEXT, with configurable default |
ASK_RECOMMENDATIONTEXT() |
Getter for RECOMMENDATIONTEXT w/ exceptions if field has no |
HAS_RECOMMENDATIONTEXT() |
Determine if RECOMMENDATIONTEXT has a value |
RecommendedActions¶
List of Amazon Redshift recommended actions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDEDACTIONS() |
Getter for RECOMMENDEDACTIONS, with configurable default |
ASK_RECOMMENDEDACTIONS() |
Getter for RECOMMENDEDACTIONS w/ exceptions if field has no |
HAS_RECOMMENDEDACTIONS() |
Determine if RECOMMENDEDACTIONS has a value |
ReferenceLinks¶
List of helpful links for more information about the Advisor recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCELINKS() |
Getter for REFERENCELINKS, with configurable default |
ASK_REFERENCELINKS() |
Getter for REFERENCELINKS w/ exceptions if field has no valu |
HAS_REFERENCELINKS() |
Determine if REFERENCELINKS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RECOMMENDATIONLIST¶
TYPES TT_RECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHRECOMMENDATION WITH DEFAULT KEY
.