Interface CfnRuleGroup.SummaryConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRuleGroup.SummaryConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRuleGroup

@Stability(Stable) public static interface CfnRuleGroup.SummaryConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.networkfirewall.*;
 SummaryConfigurationProperty summaryConfigurationProperty = SummaryConfigurationProperty.builder()
         .ruleOptions(List.of("ruleOptions"))
         .build();
 

See Also: