Class CreateReplicationGroupMemberAction
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents a replica to be created.
public class CreateReplicationGroupMemberAction
- Inheritance
-
CreateReplicationGroupMemberAction
- Inherited Members
Constructors
CreateReplicationGroupMemberAction()
public CreateReplicationGroupMemberAction()
Properties
GlobalSecondaryIndexes
Gets and sets the property GlobalSecondaryIndexes.
Replica-specific global secondary index settings.
public List<ReplicaGlobalSecondaryIndex> GlobalSecondaryIndexes { get; set; }
Property Value
KMSMasterKeyId
Gets and sets the property KMSMasterKeyId.
The KMS key that should be used for KMS encryption in the new replica. To specify a key, 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 key
alias/aws/dynamodb
.
public string KMSMasterKeyId { get; set; }
Property Value
ProvisionedThroughputOverride
Gets and sets the property ProvisionedThroughputOverride.
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
public ProvisionedThroughputOverride ProvisionedThroughputOverride { get; set; }
Property Value
RegionName
Gets and sets the property RegionName.
The Region where the new replica will be created.
public string RegionName { get; set; }
Property Value
TableClassOverride
Gets and sets the property TableClassOverride.
Replica-specific table class. If not specified, uses the source table's table class.
public TableClass TableClassOverride { get; set; }