Skip to contents

Deletes the specified ProxyRuleGroup.

See https://www.paws-r-sdk.com/docs/networkfirewall_delete_proxy_rule_group/ for full documentation.

Usage

networkfirewall_delete_proxy_rule_group(
  ProxyRuleGroupName = NULL,
  ProxyRuleGroupArn = NULL
)

Arguments

ProxyRuleGroupName

The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.

You must specify the ARN or the name, and you can specify both.

ProxyRuleGroupArn

The Amazon Resource Name (ARN) of a proxy rule group.

You must specify the ARN or the name, and you can specify both.