View source: R/dynamodb_operations.R
dynamodb_update_global_table | R Documentation |
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.
dynamodb_update_global_table(GlobalTableName, ReplicaUpdates)
GlobalTableName |
[required] The global table name. |
ReplicaUpdates |
[required] A list of Regions that should be added or removed from the global table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.