Skip to content

/AWS1/CL_RDSRECOMMENDEDACTION

The recommended actions to apply to resolve the issues associated with your DB instances, DB clusters, and DB parameter groups.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ACTIONID TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The unique identifier of the recommended action.

IV_TITLE TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

A short description to summarize the action. The description might contain markdown.

IV_DESCRIPTION TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

A detailed description of the action. The description might contain markdown.

IV_OPERATION TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

An API operation for the action.

IT_PARAMETERS TYPE /AWS1/CL_RDSRECOMMENDEDACTPARM=>TT_RECOMMENDEDACTIONPARAMLIST TT_RECOMMENDEDACTIONPARAMLIST

The parameters for the API operation.

IT_APPLYMODES TYPE /AWS1/CL_RDSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The methods to apply the recommended action.

Valid values:

  • manual - The action requires you to resolve the recommendation manually.

  • immediately - The action is applied immediately.

  • next-maintainance-window - The action is applied during the next scheduled maintainance.

IV_STATUS TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The status of the action.

  • ready

  • applied

  • scheduled

  • resolved

IO_ISSUEDETAILS TYPE REF TO /AWS1/CL_RDSISSUEDETAILS /AWS1/CL_RDSISSUEDETAILS

The details of the issue.

IT_CONTEXTATTRIBUTES TYPE /AWS1/CL_RDSCONTEXTATTRIBUTE=>TT_CONTEXTATTRIBUTELIST TT_CONTEXTATTRIBUTELIST

The supporting attributes to explain the recommended action.


Queryable Attributes

ActionId

The unique identifier of the recommended action.

Accessible with the following methods

Method Description
GET_ACTIONID() Getter for ACTIONID, with configurable default
ASK_ACTIONID() Getter for ACTIONID w/ exceptions if field has no value
HAS_ACTIONID() Determine if ACTIONID has a value

Title

A short description to summarize the action. The description might contain markdown.

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

A detailed description of the action. The description might contain markdown.

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

Operation

An API operation for the action.

Accessible with the following methods

Method Description
GET_OPERATION() Getter for OPERATION, with configurable default
ASK_OPERATION() Getter for OPERATION w/ exceptions if field has no value
HAS_OPERATION() Determine if OPERATION has a value

Parameters

The parameters for the API operation.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS has a value

ApplyModes

The methods to apply the recommended action.

Valid values:

  • manual - The action requires you to resolve the recommendation manually.

  • immediately - The action is applied immediately.

  • next-maintainance-window - The action is applied during the next scheduled maintainance.

Accessible with the following methods

Method Description
GET_APPLYMODES() Getter for APPLYMODES, with configurable default
ASK_APPLYMODES() Getter for APPLYMODES w/ exceptions if field has no value
HAS_APPLYMODES() Determine if APPLYMODES has a value

Status

The status of the action.

  • ready

  • applied

  • scheduled

  • resolved

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

IssueDetails

The details of the issue.

Accessible with the following methods

Method Description
GET_ISSUEDETAILS() Getter for ISSUEDETAILS

ContextAttributes

The supporting attributes to explain the recommended action.

Accessible with the following methods

Method Description
GET_CONTEXTATTRIBUTES() Getter for CONTEXTATTRIBUTES, with configurable default
ASK_CONTEXTATTRIBUTES() Getter for CONTEXTATTRIBUTES w/ exceptions if field has no v
HAS_CONTEXTATTRIBUTES() Determine if CONTEXTATTRIBUTES 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_RECOMMENDEDACTIONLIST

TYPES TT_RECOMMENDEDACTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSRECOMMENDEDACTION WITH DEFAULT KEY
.