OBJECT

ValidateAwsNativeRdsClusterNameForExportReply

Description

Describes whether the RDS cluster name is valid for export.

link GraphQL Schema definition

  • type ValidateAwsNativeRdsClusterNameForExportReply {
  • # Specifies whether the RDS cluster name is valid or not.
  • isValid: Boolean!
  • # An error, in case validation failed.
  • error: String!
  • }

link Require by