LoadBalancerInfo
public struct LoadBalancerInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers. Adding more than one load balancer to the array is not supported.
Declaration
Swift
public let elbInfoList: [ELBInfo]?
-
An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers. Adding more than one target group to the array is not supported.
Declaration
Swift
public let targetGroupInfoList: [TargetGroupInfo]?
-
The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one.
Declaration
Swift
public let targetGroupPairInfoList: [TargetGroupPairInfo]?
-
Undocumented
Declaration
Swift
public init(elbInfoList: [ELBInfo]? = nil, targetGroupInfoList: [TargetGroupInfo]? = nil, targetGroupPairInfoList: [TargetGroupPairInfo]? = nil)