elb_enable_availability_zones_for_load_balancer {paws.networking}R Documentation

Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC

Description

Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.

See https://www.paws-r-sdk.com/docs/elb_enable_availability_zones_for_load_balancer/ for full documentation.

Usage

elb_enable_availability_zones_for_load_balancer(
  LoadBalancerName,
  AvailabilityZones
)

Arguments

LoadBalancerName

[required] The name of the load balancer.

AvailabilityZones

[required] The Availability Zones. These must be in the same region as the load balancer.


[Package paws.networking version 0.7.0 Index]