OBJECT

ValidateAwsNativeDynamoDbTableNameForRecoveryReply

Description

Describes whether the DynamoDB table name is valid for recovery.

link GraphQL Schema definition

  • type ValidateAwsNativeDynamoDbTableNameForRecoveryReply {
  • # An error, in case the validation fails.
  • error: String!
  • # Specifies whether the DynamoDB table name is valid or not.
  • isValid: Boolean!
  • }

link Require by