CreateDBClusterParameterGroupMessage
public struct CreateDBClusterParameterGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the cluster parameter group. Constraints: Must not match the name of an existing DBClusterParameterGroup. This value is stored as a lowercase string.
Declaration
Swift
public let dBClusterParameterGroupName: String
-
The cluster parameter group family name.
Declaration
Swift
public let dBParameterGroupFamily: String
-
The description for the cluster parameter group.
Declaration
Swift
public let description: String
-
The tags to be assigned to the cluster parameter group.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(dBClusterParameterGroupName: String, dBParameterGroupFamily: String, description: String, tags: [Tag]? = nil)