Represents one of the following:
A new replica to be added to an existing regional table or global table. This request invokes the CreateTableReplica action in the destination Region.
New parameters for an existing replica. This request invokes the UpdateTable action in the destination Region.
An existing replica to be deleted. The request invokes the DeleteTableReplica action in the destination Region
{
"Create": {
"RegionName": "string",
"KMSMasterKeyId": "string",
"ProvisionedThroughputOverride": {
"ReadCapacityUnits": 0
},
"GlobalSecondaryIndexes": [],
"TableClassOverride": "STANDARD"
},
"Update": {
"RegionName": "string",
"KMSMasterKeyId": "string",
"ProvisionedThroughputOverride": {
"ReadCapacityUnits": 0
},
"GlobalSecondaryIndexes": [],
"TableClassOverride": "STANDARD"
},
"Delete": {
"RegionName": "string"
}
}