RegisterDBProxyTargetsRequest
public struct RegisterDBProxyTargetsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more DB cluster identifiers.
Declaration
Swift
public let dBClusterIdentifiers: [String]?
-
One or more DB instance identifiers.
Declaration
Swift
public let dBInstanceIdentifiers: [String]?
-
The identifier of the DBProxy that is associated with the DBProxyTargetGroup.
Declaration
Swift
public let dBProxyName: String
-
The identifier of the DBProxyTargetGroup.
Declaration
Swift
public let targetGroupName: String?
-
Undocumented
Declaration
Swift
public init(dBClusterIdentifiers: [String]? = nil, dBInstanceIdentifiers: [String]? = nil, dBProxyName: String, targetGroupName: String? = nil)