paws.networking (version 0.1.6)

elbv2_delete_rule: Deletes the specified rule

Description

Deletes the specified rule.

Usage

elbv2_delete_rule(RuleArn)

Arguments

RuleArn

[required] The Amazon Resource Name (ARN) of the rule.

Request syntax

svc$delete_rule(
  RuleArn = "string"
)

Examples

Run this code
# NOT RUN {
# This example deletes the specified rule.
# }
# NOT RUN {
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