elb_delete_load_balancer_policy {paws.networking} | R Documentation |
Deletes the specified policy from the specified load balancer
Description
Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
See https://www.paws-r-sdk.com/docs/elb_delete_load_balancer_policy/ for full documentation.
Usage
elb_delete_load_balancer_policy(LoadBalancerName, PolicyName)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
PolicyName |
[required] The name of the policy. |
[Package paws.networking version 0.9.0 Index]