Table of Contents

Class UpdateReplicationGroupMemberAction

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents a replica to be modified.

public class UpdateReplicationGroupMemberAction
Inheritance
UpdateReplicationGroupMemberAction
Inherited Members

Constructors

UpdateReplicationGroupMemberAction()

public UpdateReplicationGroupMemberAction()

Properties

GlobalSecondaryIndexes

Gets and sets the property GlobalSecondaryIndexes.

Replica-specific global secondary index settings.

public List<ReplicaGlobalSecondaryIndex> GlobalSecondaryIndexes { get; set; }

Property Value

List<ReplicaGlobalSecondaryIndex>

KMSMasterKeyId

Gets and sets the property KMSMasterKeyId.

The KMS key of the replica that should be used for KMS encryption. 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

string

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

ProvisionedThroughputOverride

RegionName

Gets and sets the property RegionName.

The Region where the replica exists.

public string RegionName { get; set; }

Property Value

string

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; }

Property Value

TableClass