allSupportedAwsRdsDatabaseInstanceClasses
List of all the database instance classes supported by AWS RDS database for the provided DB engine and engine version. DB engine version is a optional argument, it can be ignored if we want to retrieve all the supported instance class for a DB engine irrespective of DB engine version.
Arguments
| Argument | Type | Description |
|---|---|---|
| awsAccountRubrikId (required) | UUID! | Rubrik ID for AWS account. |
| region (required) | AwsNativeRegion! | Region in AWS. |
| dbEngine (required) | AwsNativeRdsDbEngine! | DB Engine of RDS Instance. |
| dbEngineVersion | String | Version of DB engine. |
Returns
[String!]!