networkfirewall_delete_rule_group: Deletes the specified RuleGroup

View source: R/networkfirewall_operations.R

networkfirewall_delete_rule_groupR Documentation

Deletes the specified RuleGroup

Description

Deletes the specified RuleGroup.

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

Usage

networkfirewall_delete_rule_group(
  RuleGroupName = NULL,
  RuleGroupArn = NULL,
  Type = NULL
)

Arguments

RuleGroupName

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

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

RuleGroupArn

The Amazon Resource Name (ARN) of the rule group.

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

Type

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

This setting is required for requests that do not include the RuleGroupARN.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.