Class CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
An implementation for
CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Builder, CfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The action that allows the policy owner to override the behavior of the rule group within a policy.final Number
An integer setting that indicates the order in which to run the stateful rule groups in a singleFirewallPolicy
.final String
The Amazon Resource Name (ARN) of the stateful rule group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicy.StatefulRuleGroupReferenceProperty.Builder
.
-
-
Method Details
-
getResourceArn
Description copied from interface:CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
The Amazon Resource Name (ARN) of the stateful rule group.- Specified by:
getResourceArn
in interfaceCfnFirewallPolicy.StatefulRuleGroupReferenceProperty
-
getOverride
Description copied from interface:CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
The action that allows the policy owner to override the behavior of the rule group within a policy.- Specified by:
getOverride
in interfaceCfnFirewallPolicy.StatefulRuleGroupReferenceProperty
-
getPriority
Description copied from interface:CfnFirewallPolicy.StatefulRuleGroupReferenceProperty
An integer setting that indicates the order in which to run the stateful rule groups in a singleFirewallPolicy
.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.
- Specified by:
getPriority
in interfaceCfnFirewallPolicy.StatefulRuleGroupReferenceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-