View source: R/networkfirewall_operations.R
networkfirewall_describe_rule_group | R Documentation |
Returns the data objects for the specified rule group.
See https://www.paws-r-sdk.com/docs/networkfirewall_describe_rule_group/ for full documentation.
networkfirewall_describe_rule_group(
RuleGroupName = NULL,
RuleGroupArn = NULL,
Type = NULL,
AnalyzeRuleGroup = 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
|
AnalyzeRuleGroup |
Indicates whether you want Network Firewall to analyze the stateless
rules in the rule group for rule behavior such as asymmetric routing. If
set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.