View source: R/networkfirewall_operations.R
networkfirewall_delete_rule_group | R Documentation |
Deletes the specified RuleGroup.
See https://www.paws-r-sdk.com/docs/networkfirewall_delete_rule_group/ for full documentation.
networkfirewall_delete_rule_group(
RuleGroupName = NULL,
RuleGroupArn = NULL,
Type = NULL
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.