Values.GetRDSDatabaseRecommendationsRequestSourceReturns Amazon Aurora and RDS database recommendations. Compute Optimizer generates recommendations for Amazon Aurora and RDS databases that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
type nonrec t = {resourceArns : ResourceArns.t option;The ARN that identifies the Amazon Aurora or RDS database. 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}
*)nextToken : NextToken.t option;The token to advance to the next page of Amazon Aurora and RDS database recommendations.
*)maxResults : MaxResults.t option;The maximum number of Amazon Aurora and RDS database recommendations to return with a single request. To retrieve the remaining results, make another request with the returned nextToken value.
*)filters : RDSDBRecommendationFilters.t option;An array of objects to specify a filter that returns a more specific list of Amazon Aurora and RDS database recommendations.
*)accountIds : AccountIds.t option;Return the Amazon Aurora and RDS database 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 Aurora and RDS database recommendations to specific member accounts. You can only specify one account ID per request.
*)recommendationPreferences : RecommendationPreferences.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `String of ResourceArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of FilterValue.t ] list ])
list ]
list
| `String of NextToken.t
| `Structure of
(string * [> `List of [> `Enum of string ] list ]) list ])
list ]