AvailabilityZone

public struct AvailabilityZone : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

    Declaration

    Swift

    public let loadBalancerAddresses: [LoadBalancerAddress]?
  • [Application Load Balancers on Outposts] The ID of the Outpost.

    Declaration

    Swift

    public let outpostId: String?
  • The ID of the subnet. You can specify one subnet per Availability Zone.

    Declaration

    Swift

    public let subnetId: String?
  • The name of the Availability Zone.

    Declaration

    Swift

    public let zoneName: String?
  • Undocumented

    Declaration

    Swift

    public init(loadBalancerAddresses: [LoadBalancerAddress]? = nil, outpostId: String? = nil, subnetId: String? = nil, zoneName: String? = nil)