Table of Contents

Class ReplicationGroupUpdate

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

Represents one of the following:

  • A new replica to be added to an existing regional table or global table. This request invokes the

    CreateTableReplica
    action in the destination Region.
  • New parameters for an existing replica. This request invokes the

    UpdateTable
    action in the destination Region.
  • An existing replica to be deleted. The request invokes the

    DeleteTableReplica
    action in the destination Region, deleting the replica and all if its items in the destination Region.
note

When you manually remove a table or global table replica, you do not automatically remove any associated scalable targets, scaling policies, or CloudWatch alarms.

public class ReplicationGroupUpdate
Inheritance
ReplicationGroupUpdate
Inherited Members

Constructors

ReplicationGroupUpdate()

public ReplicationGroupUpdate()

Properties

Create

Gets and sets the property Create.

The parameters required for creating a replica for the table.

public CreateReplicationGroupMemberAction Create { get; set; }

Property Value

CreateReplicationGroupMemberAction

Delete

Gets and sets the property Delete.

The parameters required for deleting a replica for the table.

public DeleteReplicationGroupMemberAction Delete { get; set; }

Property Value

DeleteReplicationGroupMemberAction

Update

Gets and sets the property Update.

The parameters required for updating a replica for the table.

public UpdateReplicationGroupMemberAction Update { get; set; }

Property Value

UpdateReplicationGroupMemberAction