aws::db-global-cluster

Create a global cluster.

Example

aws::db-global-cluster db-global-cluster-example
    identifier: "aurora-global-cluster"
    engine: "aurora"
end

Attributes

Attribute Description
database-name The name for your database of up to 64 alpha-numeric characters. If omitted, no database will be created in the global database cluster.
deletion-protection Enable or disable deletion protection on the global cluster. The default is false.
engine The name of the database engine.
engine-version The engine version of the Aurora global database.
identifier The unique identifier of the global database cluster. (Required)
source-db-cluster The primary cluster of the global database.
storage-encrypted Enable or disable global cluster encryption. Default to false (no encryption).