paws.networking (version 0.5.0)

elb_set_load_balancer_policies_of_listener: Replaces the current set of policies for the specified load balancer port with the specified set of policies

Description

Replaces the current set of policies for the specified load balancer port with the specified set of policies.

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

Usage

elb_set_load_balancer_policies_of_listener(
  LoadBalancerName,
  LoadBalancerPort,
  PolicyNames
)

Arguments

LoadBalancerName

[required] The name of the load balancer.

LoadBalancerPort

[required] The external port of the load balancer.

PolicyNames

[required] The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.