class Aws::RDS::Types::CreateGlobalClusterMessage

@note When making an API call, you may pass CreateGlobalClusterMessage

data as a hash:

    {
      global_cluster_identifier: "String",
      source_db_cluster_identifier: "String",
      engine: "String",
      engine_version: "String",
      deletion_protection: false,
      database_name: "String",
      storage_encrypted: false,
    }

@!attribute [rw] global_cluster_identifier

The cluster identifier of the new global database cluster.
@return [String]

@!attribute [rw] source_db_cluster_identifier

The Amazon Resource Name (ARN) to use as the primary cluster of the
global database. This parameter is optional.
@return [String]

@!attribute [rw] engine

The name of the database engine to be used for this DB cluster.
@return [String]

@!attribute [rw] engine_version

The engine version of the Aurora global database.
@return [String]

@!attribute [rw] deletion_protection

The deletion protection setting for the new global database. The
global database can't be deleted when deletion protection is
enabled.
@return [Boolean]

@!attribute [rw] database_name

The name for your database of up to 64 alpha-numeric characters. If
you do not provide a name, Amazon Aurora will not create a database
in the global database cluster you are creating.
@return [String]

@!attribute [rw] storage_encrypted

The storage encryption setting for the new global database cluster.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateGlobalClusterMessage AWS API Documentation

Constants

SENSITIVE