class Aws::DynamoDB::Types::ReplicationGroupUpdate
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicationGroupUpdate AWS API Documentation
@return [Types::DeleteReplicationGroupMemberAction]
The parameters required for deleting a replica for the table.
@!attribute [rw] delete
@return [Types::UpdateReplicationGroupMemberAction]
The parameters required for updating a replica for the table.
@!attribute [rw] update
@return [Types::CreateReplicationGroupMemberAction]
The parameters required for creating a replica for the table.
@!attribute [rw] create
}
},
region_name: “RegionName”, # required
delete: {
},
],
},
},
read_capacity_units: 1,
provisioned_throughput_override: {
index_name: “IndexName”, # required
{
global_secondary_indexes: [
},
read_capacity_units: 1,
provisioned_throughput_override: {
kms_master_key_id: “KMSMasterKeyId”,
region_name: “RegionName”, # required
update: {
},
],
},
},
read_capacity_units: 1,
provisioned_throughput_override: {
index_name: “IndexName”, # required
{
global_secondary_indexes: [
},
read_capacity_units: 1,
provisioned_throughput_override: {
kms_master_key_id: “KMSMasterKeyId”,
region_name: “RegionName”, # required
create: {
{
data as a hash:
@note When making an API call, you may pass ReplicationGroupUpdate
replica and all if its items in the destination Region.
‘DeleteTableReplica` action in the destination Region, deleting the
* An existing replica to be deleted. The request invokes the
`UpdateTable` action in the destination Region.
* New parameters for an existing replica. This request invokes the
destination Region.
table. This request invokes the `CreateTableReplica` action in the
* A new replica to be added to an existing regional table or global
Represents one of the following: