Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions
Source:R/docdb_operations.R
docdb_create_global_cluster.RdCreates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions. The global cluster contains one primary cluster with read-write capability, and up-to 10 read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.
See https://www.paws-r-sdk.com/docs/docdb_create_global_cluster/ for full documentation.
Usage
docdb_create_global_cluster(
GlobalClusterIdentifier,
SourceDBClusterIdentifier = NULL,
Engine = NULL,
EngineVersion = NULL,
DeletionProtection = NULL,
DatabaseName = NULL,
StorageEncrypted = NULL
)Arguments
- GlobalClusterIdentifier
[required] The cluster identifier of the new global cluster.
- SourceDBClusterIdentifier
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.
- Engine
The name of the database engine to be used for this cluster.
- EngineVersion
The engine version of the global cluster.
- DeletionProtection
The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.
- DatabaseName
The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.
- StorageEncrypted
The storage encryption setting for the new global cluster.