AwsElbv2LoadBalancerDetails
public struct AwsElbv2LoadBalancerDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zones 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?
-
Indicates when the load balancer was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let createdTime: 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: String?
-
The nodes of an Internet-facing load balancer have public IP addresses.
Declaration
Swift
public let scheme: String?
-
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: String?
-
The ID of the VPC for the load balancer.
Declaration
Swift
public let vpcId: String?
-
init(availabilityZones:canonicalHostedZoneId:createdTime:dNSName:ipAddressType:scheme:securityGroups:state:type:vpcId:)
Undocumented
Declaration
Swift
public init(availabilityZones: [AvailabilityZone]? = nil, canonicalHostedZoneId: String? = nil, createdTime: String? = nil, dNSName: String? = nil, ipAddressType: String? = nil, scheme: String? = nil, securityGroups: [String]? = nil, state: LoadBalancerState? = nil, type: String? = nil, vpcId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws