CreateDBClusterParameterGroupMessage
public struct CreateDBClusterParameterGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the DB cluster parameter group. Constraints: Must match the name of an existing DBClusterParameterGroup. This value is stored as a lowercase string.
Declaration
Swift
public let dBClusterParameterGroupName: String
-
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
Declaration
Swift
public let dBParameterGroupFamily: String
-
The description for the DB cluster parameter group.
Declaration
Swift
public let description: String
-
The tags to be assigned to the new DB cluster parameter group.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(dBClusterParameterGroupName: String, dBParameterGroupFamily: String, description: String, tags: [Tag]? = nil)