Creates 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 give 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.
docdb_create_global_cluster(
GlobalClusterIdentifier,
SourceDBClusterIdentifier = NULL,
Engine = NULL,
EngineVersion = NULL,
DeletionProtection = NULL,
DatabaseName = NULL,
StorageEncrypted = NULL
)
[required] The cluster identifier of the new global cluster.
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.
The name of the database engine to be used for this cluster.
The engine version of the global cluster.
The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.
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.
The storage encryption setting for the new global cluster.