OBJECT
GetValidRegionsForDynamoDbRecoveryReply
Description
GetValidRegionsForDynamoDBRecoveryReply represents the response object for GetValidRegionsForDynamoDBRecovery RPC call.
link GraphQL Schema definition
- type GetValidRegionsForDynamoDbRecoveryReply {
- # List of valid regions for DynamoDB recovery.
- : [AwsNativeRegion!]!
- }