elb_enable_availability_zones_for_load_balancer: Adds the specified Availability Zones to the set of...

View source: R/elb_operations.R

elb_enable_availability_zones_for_load_balancerR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.