dynamodb_update_global_table: Adds or removes replicas in the specified global table

View source: R/dynamodb_operations.R

dynamodb_update_global_tableR Documentation

Adds or removes replicas in the specified global table

Description

Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.

See https://www.paws-r-sdk.com/docs/dynamodb_update_global_table/ for full documentation.

Usage

dynamodb_update_global_table(GlobalTableName, ReplicaUpdates)

Arguments

GlobalTableName

[required] The global table name.

ReplicaUpdates

[required] A list of Regions that should be added or removed from the global table.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.