You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::CreateReplicationGroupMemberAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateReplicationGroupMemberAction
- Defined in:
- (unknown)
Overview
When passing CreateReplicationGroupMemberAction as input to an Aws::Client method, you can use a vanilla Hash:
{
region_name: "RegionName", # required
kms_master_key_id: "KMSMasterKeyId",
provisioned_throughput_override: {
read_capacity_units: 1,
},
global_secondary_indexes: [
{
index_name: "IndexName", # required
provisioned_throughput_override: {
read_capacity_units: 1,
},
},
],
}
Represents a replica to be created.
Returned by:
Instance Attribute Summary collapse
-
#global_secondary_indexes ⇒ Array<Types::ReplicaGlobalSecondaryIndex>
Replica-specific global secondary index settings.
-
#kms_master_key_id ⇒ String
The AWS KMS customer master key (CMK) that should be used for AWS KMS encryption in the new replica.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Replica-specific provisioned throughput.
-
#region_name ⇒ String
The Region where the new replica will be created.
Instance Attribute Details
#global_secondary_indexes ⇒ Array<Types::ReplicaGlobalSecondaryIndex>
Replica-specific global secondary index settings.
#kms_master_key_id ⇒ String
The AWS KMS customer master key (CMK) that should be used for AWS KMS encryption in the new replica. To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB KMS master key alias/aws/dynamodb.
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Replica-specific provisioned throughput. If not specified, uses the source table\'s provisioned throughput settings.
#region_name ⇒ String
The Region where the new replica will be created.