View source: R/dynamodb_operations.R
dynamodb_create_global_table | R Documentation |
Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.
See https://www.paws-r-sdk.com/docs/dynamodb_create_global_table/ for full documentation.
dynamodb_create_global_table(GlobalTableName, ReplicationGroup)
GlobalTableName |
[required] The global table name. |
ReplicationGroup |
[required] The Regions where the global table needs to be created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.