Learn R Programming

paws.networking (version 0.1.9)

elb_delete_load_balancer_policy: 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.

Usage

elb_delete_load_balancer_policy(LoadBalancerName, PolicyName)

Arguments

LoadBalancerName

[required] The name of the load balancer.

PolicyName

[required] The name of the policy.

Request syntax

svc$delete_load_balancer_policy(
  LoadBalancerName = "string",
  PolicyName = "string"
)

Examples

Run this code
# 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