ModifyGlobalClusterMessage
public struct ModifyGlobalClusterMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates if the global database cluster has deletion protection enabled. The global database cluster can’t be deleted when deletion protection is enabled.
Declaration
Swift
public let deletionProtection: Bool?
-
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.
Declaration
Swift
public let globalClusterIdentifier: 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
Declaration
Swift
public let newGlobalClusterIdentifier: String?
-
Undocumented
Declaration
Swift
public init(deletionProtection: Bool? = nil, globalClusterIdentifier: String? = nil, newGlobalClusterIdentifier: String? = nil)