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 DB cluster parameter group. 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. Aurora MySQL Example: aurora5.6, aurora-mysql5.7 Aurora PostgreSQL Example: aurora-postgresql9.6
Declaration
Swift
public let dBParameterGroupFamily: String -
The description for the DB cluster parameter group.
Declaration
Swift
public let description: String -
Tags to assign to the DB cluster parameter group.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(dBClusterParameterGroupName: String, dBParameterGroupFamily: String, description: String, tags: [Tag]? = nil)
View on GitHub
CreateDBClusterParameterGroupMessage Structure Reference