elb_delete_load_balancer_listeners {paws.networking}R Documentation

Deletes the specified listeners from the specified load balancer

Description

Deletes the specified listeners from the specified load balancer.

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

Usage

elb_delete_load_balancer_listeners(LoadBalancerName, LoadBalancerPorts)

Arguments

LoadBalancerName

[required] The name of the load balancer.

LoadBalancerPorts

[required] The client port numbers of the listeners.


[Package paws.networking version 0.9.0 Index]