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
action in the destination Region.CreateTableReplica
New parameters for an existing replica. This request invokes the
action in the destination Region.UpdateTable
An existing replica to be deleted. The request invokes the
action in the destination Region, deleting the replica and all if its items in the destination Region.DeleteTableReplica
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
Delete
Gets and sets the property Delete.
The parameters required for deleting a replica for the table.
public DeleteReplicationGroupMemberAction Delete { get; set; }
Property Value
Update
Gets and sets the property Update.
The parameters required for updating a replica for the table.
public UpdateReplicationGroupMemberAction Update { get; set; }