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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRuleGroup.SummaryConfigurationProperty
static final class
An implementation forCfnRuleGroup.SummaryConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies the selected rule options returned byDescribeRuleGroupSummary
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRuleOptions
Specifies the selected rule options returned byDescribeRuleGroupSummary
.- See Also:
-
builder
-