class Aws::ElasticLoadBalancing::Types::AddAvailabilityZonesInput
Contains the parameters for EnableAvailabilityZonesForLoadBalancer.
@note When making an API call, you may pass AddAvailabilityZonesInput
data as a hash: { load_balancer_name: "AccessPointName", # required availability_zones: ["AvailabilityZone"], # required }
@!attribute [rw] load_balancer_name
The name of the load balancer. @return [String]
@!attribute [rw] availability_zones
The Availability Zones. These must be in the same region as the load balancer. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AddAvailabilityZonesInput AWS API Documentation
Constants
- SENSITIVE