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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.StatelessRuleGroupReferenceProperty
CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Builder, CfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFirewallPolicy.StatelessRuleGroupReferenceProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberAn integer setting that indicates the order in which to run the stateless rule groups in a single firewall policy.final StringThe Amazon Resource Name (ARN) of the stateless rule group.final inthashCode()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.StatelessRuleGroupReferencePropertyAn integer setting that indicates the order in which to run the stateless rule groups in a single firewall policy.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:
getPriorityin interfaceCfnFirewallPolicy.StatelessRuleGroupReferenceProperty- See Also:
-
getResourceArn
Description copied from interface:CfnFirewallPolicy.StatelessRuleGroupReferencePropertyThe Amazon Resource Name (ARN) of the stateless rule group.- Specified by:
getResourceArnin interfaceCfnFirewallPolicy.StatelessRuleGroupReferenceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-