Skip to content

/AWS1/CL_DOD=>CREATEGLOBALCLUSTER()

About CreateGlobalCluster

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.

You can create a global cluster that is initially empty, and then add a primary and a secondary to it. Or you can specify an existing cluster during the create operation, and this cluster becomes the primary of the global cluster.

This action only applies to Amazon DocumentDB clusters.

Method Signature

IMPORTING

Required arguments:

IV_GLOBALCLUSTERIDENTIFIER TYPE /AWS1/DODGLOBALCLUSTERID /AWS1/DODGLOBALCLUSTERID

The cluster identifier of the new global cluster.

Optional arguments:

IV_SOURCEDBCLUSTERIDENTIFIER TYPE /AWS1/DODSTRING /AWS1/DODSTRING

The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.

IV_ENGINE TYPE /AWS1/DODSTRING /AWS1/DODSTRING

The name of the database engine to be used for this cluster.

IV_ENGINEVERSION TYPE /AWS1/DODSTRING /AWS1/DODSTRING

The engine version of the global cluster.

IV_DELETIONPROTECTION TYPE /AWS1/DODBOOLEANOPTIONAL /AWS1/DODBOOLEANOPTIONAL

The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.

IV_DATABASENAME TYPE /AWS1/DODSTRING /AWS1/DODSTRING

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.

IV_STORAGEENCRYPTED TYPE /AWS1/DODBOOLEANOPTIONAL /AWS1/DODBOOLEANOPTIONAL

The storage encryption setting for the new global cluster.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DODCREATEGLBCLUSTRSLT /AWS1/CL_DODCREATEGLBCLUSTRSLT