Class CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty
An implementation for
CfnFirewallPolicyPropsMixin.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.cfnpropertymixins.services.networkfirewall.CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty
CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Builder, CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFirewallPolicyPropsMixin.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 ObjectThe 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
protected Jsii$Proxy(CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty.Builder.
-
-
Method Details
-
getPriority
Description copied from interface:CfnFirewallPolicyPropsMixin.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 interfaceCfnFirewallPolicyPropsMixin.StatelessRuleGroupReferenceProperty- See Also:
-
getResourceArn
Description copied from interface:CfnFirewallPolicyPropsMixin.StatelessRuleGroupReferencePropertyThe Amazon Resource Name (ARN) of the stateless rule group.Returns union: either
StringorIRuleGroupRef- Specified by:
getResourceArnin interfaceCfnFirewallPolicyPropsMixin.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()
-