AWSElasticLoadBalancingAvailabilityZone
Objective-C
@interface AWSElasticLoadBalancingAvailabilityZone
Swift
class AWSElasticLoadBalancingAvailabilityZone
Information about an Availability Zone.
-
[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
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingLoadBalancerAddress *> *_Nullable loadBalancerAddresses;
Swift
var loadBalancerAddresses: [AWSElasticLoadBalancingLoadBalancerAddress]? { get set }
-
[Application Load Balancers on Outposts] The ID of the Outpost.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable outpostId;
Swift
var outpostId: String? { get set }
-
The ID of the subnet. You can specify one subnet per Availability Zone.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetId;
Swift
var subnetId: String? { get set }
-
The name of the Availability Zone.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable zoneName;
Swift
var zoneName: String? { get set }