High-level information about a rule group, returned by operations like create and describe
Source:R/networkfirewall_operations.R
networkfirewall_describe_rule_group_metadata.RdHigh-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling describe_rule_group.
See https://www.paws-r-sdk.com/docs/networkfirewall_describe_rule_group_metadata/ for full documentation.
Usage
networkfirewall_describe_rule_group_metadata(
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 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.
- 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.