Interface CfnFirewallPolicy.StatefulRuleGroupOverrideProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFirewallPolicy.StatefulRuleGroupOverrideProperty.Jsii$Proxy
- Enclosing class:
CfnFirewallPolicy
@Stability(Stable)
public static interface CfnFirewallPolicy.StatefulRuleGroupOverrideProperty
extends software.amazon.jsii.JsiiSerializable
The setting that allows the policy owner to change the behavior of the rule group within a policy.
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.*; StatefulRuleGroupOverrideProperty statefulRuleGroupOverrideProperty = StatefulRuleGroupOverrideProperty.builder() .action("action") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFirewallPolicy.StatefulRuleGroupOverrideProperty
static final class
An implementation forCfnFirewallPolicy.StatefulRuleGroupOverrideProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The action that changes the rule group fromDROP
toALERT
.This only applies to managed rule groups.
- See Also:
-
builder
-