Returns detailed information for a stateful rule group
Source:R/networkfirewall_operations.R
networkfirewall_describe_rule_group_summary.RdReturns detailed information for a stateful rule group.
See https://www.paws-r-sdk.com/docs/networkfirewall_describe_rule_group_summary/ for full documentation.
Usage
networkfirewall_describe_rule_group_summary(
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
Required. The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
- Type
The type of rule group you want a summary for. This is a required field.
Valid value:
STATEFULNote that
STATELESSexists but is not currently supported. If you provideSTATELESS, an exception is returned.