You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::ModifyGlobalClusterMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyGlobalClusterMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_cluster_identifier: "String",
  new_global_cluster_identifier: "String",
  deletion_protection: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protectionBoolean

Indicates if the global database cluster has deletion protection enabled. The global database cluster can\'t be deleted when deletion protection is enabled.

Returns:

  • (Boolean)

    Indicates if the global database cluster has deletion protection enabled.

#global_cluster_identifierString

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

Constraints:

  • Must match the identifier of an existing global database cluster.

^

Returns:

  • (String)

    The DB cluster identifier for the global cluster being modified.

#new_global_cluster_identifierString

The new cluster identifier for the global database cluster when modifying a global database cluster. This value is stored as a lowercase string.

Constraints:

  • 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

Returns:

  • (String)

    The new cluster identifier for the global database cluster when modifying a global database cluster.