DBClusterParameterGroup
public struct DBClusterParameterGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the cluster parameter group.
Declaration
Swift
public let dBClusterParameterGroupArn: String? -
Provides the name of the cluster parameter group.
Declaration
Swift
public let dBClusterParameterGroupName: String? -
Provides the name of the parameter group family that this cluster parameter group is compatible with.
Declaration
Swift
public let dBParameterGroupFamily: String? -
Provides the customer-specified description for this 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)
View on GitHub
DBClusterParameterGroup Structure Reference