OBJECT

ValidateAwsNativeRdsInstanceNameForExportReply

Description

Validate AWS RDS Instance name for export.

link GraphQL Schema definition

  • type ValidateAwsNativeRdsInstanceNameForExportReply {
  • # Specifies whether the RDS name is valid or not.
  • isValid: Boolean!
  • # Refers to the reason for the RDS name being invalid.
  • error: String!
  • }

link Require by