
Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
elb_delete_load_balancer_policy(LoadBalancerName, PolicyName)
[required] The name of the load balancer.
[required] The name of the policy.
svc$delete_load_balancer_policy( LoadBalancerName = "string", PolicyName = "string" )
# NOT RUN {
# This example deletes the specified policy from the specified load
# balancer. The policy must not be enabled on any listener.
svc$delete_load_balancer_policy(
LoadBalancerName = "my-load-balancer",
PolicyName = "my-duration-cookie-policy"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab