@Stability(value=Stable)
public static interface CfnFirewallPolicy.StatefulRuleGroupOverrideProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFirewallPolicy.StatefulRuleGroupOverrideProperty.Builder
A builder for
CfnFirewallPolicy.StatefulRuleGroupOverrideProperty |
static class |
CfnFirewallPolicy.StatefulRuleGroupOverrideProperty.Jsii$Proxy
An implementation for
CfnFirewallPolicy.StatefulRuleGroupOverrideProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFirewallPolicy.StatefulRuleGroupOverrideProperty.Builder |
builder() |
default String |
getAction()
The action that changes the rule group from `DROP` to `ALERT` .
|
@Stability(value=Stable) @Nullable default String getAction()
This only applies to managed rule groups.
@Stability(value=Stable) static CfnFirewallPolicy.StatefulRuleGroupOverrideProperty.Builder builder()
Copyright © 2022. All rights reserved.