interface SummaryConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkFirewall.CfnRuleGroup.SummaryConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#CfnRuleGroup_SummaryConfigurationProperty |
![]() | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.SummaryConfigurationProperty |
![]() | aws_cdk.aws_networkfirewall.CfnRuleGroup.SummaryConfigurationProperty |
![]() | aws-cdk-lib » aws_networkfirewall » CfnRuleGroup » SummaryConfigurationProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkfirewall as networkfirewall } from 'aws-cdk-lib';
const summaryConfigurationProperty: networkfirewall.CfnRuleGroup.SummaryConfigurationProperty = {
ruleOptions: ['ruleOptions'],
};
Properties
Name | Type | Description |
---|---|---|
rule | string[] | Specifies the selected rule options returned by DescribeRuleGroupSummary . |
ruleOptions?
Type:
string[]
(optional)
Specifies the selected rule options returned by DescribeRuleGroupSummary
.