Skip to content

/AWS1/CL_COP=>GETRDSDATABASERECOMMENDATI01()

About GetRDSDatabaseRecommendations

Returns Amazon RDS recommendations.

Compute Optimizer generates recommendations for Amazon RDS that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.

Method Signature

IMPORTING

Optional arguments:

IT_RESOURCEARNS TYPE /AWS1/CL_COPRESOURCEARNS_W=>TT_RESOURCEARNS TT_RESOURCEARNS

The ARN that identifies the Amazon RDS.

The following is the format of the ARN:

arn:aws:rds:{region}:{accountId}:db:{resourceName}

The following is the format of a DB Cluster ARN:

arn:aws:rds:{region}:{accountId}:cluster:{resourceName}

IV_NEXTTOKEN TYPE /AWS1/COPNEXTTOKEN /AWS1/COPNEXTTOKEN

The token to advance to the next page of Amazon RDS recommendations.

IV_MAXRESULTS TYPE /AWS1/COPMAXRESULTS /AWS1/COPMAXRESULTS

The maximum number of Amazon RDS recommendations to return with a single request.

To retrieve the remaining results, make another request with the returned nextToken value.

IT_FILTERS TYPE /AWS1/CL_COPRDSDBRECOMMENDAT00=>TT_RDSDBRECOMMENDATIONFILTERS TT_RDSDBRECOMMENDATIONFILTERS

An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.

IT_ACCOUNTIDS TYPE /AWS1/CL_COPACCOUNTIDS_W=>TT_ACCOUNTIDS TT_ACCOUNTIDS

Return the Amazon RDS recommendations to the specified Amazon Web Services account IDs.

If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon RDS recommendations to specific member accounts.

You can only specify one account ID per request.

IO_RECOMMENDATIONPREFERENCES TYPE REF TO /AWS1/CL_COPRECOMMENDATIONPR01 /AWS1/CL_COPRECOMMENDATIONPR01

recommendationPreferences

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_COPGETRDSDATABASERE03 /AWS1/CL_COPGETRDSDATABASERE03