Table of Contents

Class ReplicaUpdate

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

Represents one of the following:

  • A new replica to be added to an existing global table.

  • New parameters for an existing replica.

  • An existing replica to be removed from an existing global table.

public class ReplicaUpdate
Inheritance
ReplicaUpdate
Inherited Members

Constructors

ReplicaUpdate()

public ReplicaUpdate()

Properties

Create

Gets and sets the property Create.

The parameters required for creating a replica on an existing global table.

public CreateReplicaAction Create { get; set; }

Property Value

CreateReplicaAction

Delete

Gets and sets the property Delete.

The name of the existing replica to be removed.

public DeleteReplicaAction Delete { get; set; }

Property Value

DeleteReplicaAction