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
- Struct
- Aws::RDS::Types::ModifyGlobalClusterMessage
- Defined in:
- (unknown)
Overview
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
-
#deletion_protection ⇒ Boolean
Indicates if the global database cluster has deletion protection enabled.
-
#global_cluster_identifier ⇒ String
The DB cluster identifier for the global cluster being modified.
-
#new_global_cluster_identifier ⇒ String
The new cluster identifier for the global database cluster when modifying a global database cluster.
Instance Attribute Details
#deletion_protection ⇒ Boolean
Indicates if the global database cluster has deletion protection enabled. The global database cluster can\'t be deleted when deletion protection is enabled.
#global_cluster_identifier ⇒ String
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.
^
#new_global_cluster_identifier ⇒ String
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