AttachLoadBalancerTargetGroupsType
public struct AttachLoadBalancerTargetGroupsType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String
-
The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.
Declaration
Swift
public let targetGroupARNs: [String]
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, targetGroupARNs: [String])
-
Declaration
Swift
public func validate(name: String) throws