powered by
Deletes the specified rule.
elbv2_delete_rule(RuleArn)
[required] The Amazon Resource Name (ARN) of the rule.
svc$delete_rule( RuleArn = "string" )
# NOT RUN { # This example deletes the specified rule. svc$delete_rule( RuleArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-b..." ) # } # NOT RUN { # }
Run the code above in your browser using DataLab