class Aws::DocDB::Types::CreateGlobalClusterMessage

Represents the input to CreateGlobalCluster.

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

data as a hash:

    {
      global_cluster_identifier: "GlobalClusterIdentifier", # required
      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 cluster.
@return [String]

@!attribute [rw] source_db_cluster_identifier

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

@!attribute [rw] engine

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

@!attribute [rw] engine_version

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

@!attribute [rw] deletion_protection

The deletion protection setting for the new global cluster. The
global cluster 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 DocumentDB will not create a
database in the global cluster you are creating.
@return [String]

@!attribute [rw] storage_encrypted

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

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

Constants

SENSITIVE