class Aws::DynamoDB::Types::CreateReplicationGroupMemberAction


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/CreateReplicationGroupMemberAction 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]
key ‘alias/aws/dynamodb`.
this parameter if the key is different from the default DynamoDB KMS
(ARN), alias name, or alias ARN. Note that you should only provide
replica. To specify a key, use its key ID, Amazon Resource Name
The KMS key that should be used for KMS encryption in the new
@!attribute [rw] kms_master_key_id
@return [String]
The Region where the new replica will be created.
@!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 CreateReplicationGroupMemberAction
Represents a replica to be created.