LoadBalancer
public struct LoadBalancer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The subnets for the load balancer.
Declaration
Swift
public let availabilityZones: [AvailabilityZone]?
-
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
Declaration
Swift
public let canonicalHostedZoneId: String?
-
The date and time the load balancer was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
[Application Load Balancers on Outposts] The ID of the customer-owned address pool.
Declaration
Swift
public let customerOwnedIpv4Pool: String?
-
The public DNS name of the load balancer.
Declaration
Swift
public let dNSName: String?
-
The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
Declaration
Swift
public let ipAddressType: IpAddressType?
-
The Amazon Resource Name (ARN) of the load balancer.
Declaration
Swift
public let loadBalancerArn: String?
-
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String?
-
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.
Declaration
Swift
public let scheme: LoadBalancerSchemeEnum?
-
The IDs of the security groups for the load balancer.
Declaration
Swift
public let securityGroups: [String]?
-
The state of the load balancer.
Declaration
Swift
public let state: LoadBalancerState?
-
The type of load balancer.
Declaration
Swift
public let type: LoadBalancerTypeEnum?
-
The ID of the VPC for the load balancer.
Declaration
Swift
public let vpcId: String?
-
init(availabilityZones:canonicalHostedZoneId:createdTime:customerOwnedIpv4Pool:dNSName:ipAddressType:loadBalancerArn:loadBalancerName:scheme:securityGroups:state:type:vpcId:)
Undocumented
Declaration
Swift
public init(availabilityZones: [AvailabilityZone]? = nil, canonicalHostedZoneId: String? = nil, createdTime: TimeStamp? = nil, customerOwnedIpv4Pool: String? = nil, dNSName: String? = nil, ipAddressType: IpAddressType? = nil, loadBalancerArn: String? = nil, loadBalancerName: String? = nil, scheme: LoadBalancerSchemeEnum? = nil, securityGroups: [String]? = nil, state: LoadBalancerState? = nil, type: LoadBalancerTypeEnum? = nil, vpcId: String? = nil)