validateAwsNativeRdsClusterNameForExport
Validates the name used for an RDS cluster during an export operation. Returns true if the RDS cluster name is valid. Returns false, with an error message, if the RDS cluster name validation fails. Returns false, without an error message for all other failures.
Arguments
| Argument | Type | Description |
|---|---|---|
| awsAccountRubrikId (required) | UUID! | Rubrik ID for AWS account. |
| region (required) | AwsNativeRegion! | Region in AWS. |
| rdsClusterName (required) | String! | Name of the RDS DB Cluster. |
Returns
ValidateAwsNativeRdsClusterNameForExportReply!