Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem.
See https://www.paws-r-sdk.com/docs/rds_create_global_cluster/ for full documentation.
rds_create_global_cluster(
GlobalClusterIdentifier = NULL,
SourceDBClusterIdentifier = NULL,
Engine = NULL,
EngineVersion = NULL,
DeletionProtection = NULL,
DatabaseName = NULL,
StorageEncrypted = NULL
)
The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
The name of the database engine to be used for this DB cluster.
The engine version of the Aurora global database.
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
The storage encryption setting for the new global database cluster.