Skip to content

Delete Proxy Rule Group

networkfirewall_delete_proxy_rule_group R Documentation

Deletes the specified ProxyRuleGroup

Description

Deletes the specified ProxyRuleGroup.

Usage

networkfirewall_delete_proxy_rule_group(ProxyRuleGroupName,
  ProxyRuleGroupArn)

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.

Value

A list with the following syntax:

list(
  ProxyRuleGroupName = "string",
  ProxyRuleGroupArn = "string"
)

Request syntax

svc$delete_proxy_rule_group(
  ProxyRuleGroupName = "string",
  ProxyRuleGroupArn = "string"
)