class Aws::DocDB::Types::ModifyGlobalClusterMessage

Represents the input to ModifyGlobalCluster.

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

data as a hash:

    {
      global_cluster_identifier: "GlobalClusterIdentifier", # required
      new_global_cluster_identifier: "GlobalClusterIdentifier",
      deletion_protection: false,
    }

@!attribute [rw] global_cluster_identifier

The identifier for the global cluster being modified. This parameter
isn't case-sensitive.

Constraints:

* Must match the identifier of an existing global cluster.

^
@return [String]

@!attribute [rw] new_global_cluster_identifier

The new identifier for a global cluster when you modify a global
cluster. This value is stored as a lowercase string.

* Must contain from 1 to 63 letters, numbers, or hyphens

  The first character must be a letter

  Can't end with a hyphen or contain two consecutive hyphens

Example: `my-cluster2`
@return [String]

@!attribute [rw] deletion_protection

Indicates if the global cluster has deletion protection enabled. The
global cluster can't be deleted when deletion protection is
enabled.
@return [Boolean]

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

Constants

SENSITIVE