class Aws::DynamoDB::Types::ReplicaUpdate
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.
@note When making an API call, you may pass ReplicaUpdate
data as a hash: { create: { region_name: "RegionName", # required }, delete: { region_name: "RegionName", # required }, }
@!attribute [rw] create
The parameters required for creating a replica on an existing global table. @return [Types::CreateReplicaAction]
@!attribute [rw] delete
The name of the existing replica to be removed. @return [Types::DeleteReplicaAction]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaUpdate AWS API Documentation
Constants
- SENSITIVE