@Stability(value=Stable) @Internal public static final class CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
CfnFirewallPolicy.StatefulRuleGroupReferencePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Builder, CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFirewallPolicy.ActionDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getOverride()
The action that allows the policy owner to override the behavior of the rule group within a policy.
|
Number |
getPriority()
An integer setting that indicates the order in which to run the stateful rule groups in a single `FirewallPolicy` .
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the stateful rule group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Builder builder)
CfnFirewallPolicy.ActionDefinitionProperty.Builder.public final String getResourceArn()
CfnFirewallPolicy.StatefulRuleGroupReferencePropertygetResourceArn in interface CfnFirewallPolicy.StatefulRuleGroupReferencePropertypublic final Object getOverride()
CfnFirewallPolicy.StatefulRuleGroupReferencePropertygetOverride in interface CfnFirewallPolicy.StatefulRuleGroupReferencePropertypublic final Number getPriority()
CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
This setting only applies to firewall policies that specify the STRICT_ORDER rule order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
getPriority in interface CfnFirewallPolicy.StatefulRuleGroupReferenceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.