DBClusterParameterGroup
public struct DBClusterParameterGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) for the DB cluster parameter group.
Declaration
Swift
public let dBClusterParameterGroupArn: String?
-
Provides the name of the DB cluster parameter group.
Declaration
Swift
public let dBClusterParameterGroupName: String?
-
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
Declaration
Swift
public let dBParameterGroupFamily: String?
-
Provides the customer-specified description for this DB cluster parameter group.
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public init(dBClusterParameterGroupArn: String? = nil, dBClusterParameterGroupName: String? = nil, dBParameterGroupFamily: String? = nil, description: String? = nil)