class Aws::DynamoDB::Types::UpdateReplicationGroupMemberAction
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateReplicationGroupMemberAction AWS API Documentation
@return [String]
table’s table class.
Replica-specific table class. If not specified, uses the source
@!attribute [rw] table_class_override
@return [Array<Types::ReplicaGlobalSecondaryIndex>]
Replica-specific global secondary index settings.
@!attribute [rw] global_secondary_indexes
@return [Types::ProvisionedThroughputOverride]
source table’s provisioned throughput settings.
Replica-specific provisioned throughput. If not specified, uses the
@!attribute [rw] provisioned_throughput_override
@return [String]
‘alias/aws/dynamodb`.
if the key is different from the default DynamoDB KMS key
name, or alias ARN. Note that you should only provide this parameter
To specify a key, use its key ID, Amazon Resource Name (ARN), alias
The KMS key of the replica that should be used for KMS encryption.
@!attribute [rw] kms_master_key_id
@return [String]
The Region where the replica exists.
@!attribute [rw] region_name
}
table_class_override: “STANDARD”, # accepts STANDARD, STANDARD_INFREQUENT_ACCESS
],
},
},
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
{
data as a hash:
@note When making an API call, you may pass UpdateReplicationGroupMemberAction
Represents a replica to be modified.