This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::NetworkFirewall::RuleGroup SummaryConfiguration
A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:
-
RuleOptions
- The Suricata rule options fields to extract and display
These settings affect how threat information appears in both the console and API responses. Summaries are available for rule groups you manage and for active threat defense AWS managed rule groups.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RuleOptions" :
[ String, ... ]
}
YAML
RuleOptions:
- String
Properties
RuleOptions
-
Specifies the selected rule options returned by
DescribeRuleGroupSummary
.Required: No
Type: Array of String
Update requires: No interruption