Class CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
An implementation for
CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
-
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.StatelessRuleGroupReferenceProperty
CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Builder, CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicy.StatelessRuleGroupReferenceProperty.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 Number
An integer setting that indicates the order in which to run the stateless rule groups in a singleFirewallPolicy
.final String
The Amazon Resource Name (ARN) of the stateless 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.StatelessRuleGroupReferenceProperty.Builder
.
-
-
Method Details
-
getPriority
Description copied from interface:CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
An integer setting that indicates the order in which to run the stateless rule groups in a singleFirewallPolicy
.Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
- Specified by:
getPriority
in interfaceCfnFirewallPolicy.StatelessRuleGroupReferenceProperty
-
getResourceArn
Description copied from interface:CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
The Amazon Resource Name (ARN) of the stateless rule group.- Specified by:
getResourceArn
in interfaceCfnFirewallPolicy.StatelessRuleGroupReferenceProperty
-
$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()
-