Class CfnRuleGroup.StatelessRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.StatelessRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.StatelessRuleProperty
CfnRuleGroup.StatelessRuleProperty-
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.CfnRuleGroup.StatelessRuleProperty
CfnRuleGroup.StatelessRuleProperty.Builder, CfnRuleGroup.StatelessRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.StatelessRuleProperty.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 NumberIndicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group.final ObjectDefines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.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 theCfnRuleGroup.StatelessRuleProperty.Builder.
-
-
Method Details
-
getPriority
Description copied from interface:CfnRuleGroup.StatelessRulePropertyIndicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group.Network Firewall evaluates the rules in a rule group starting with the lowest priority setting. You must ensure that the priority settings are unique for the rule group.
Each stateless rule group uses exactly one
StatelessRulesAndCustomActionsobject, and eachStatelessRulesAndCustomActionscontains exactly oneStatelessRulesobject. To ensure unique priority settings for your rule groups, set unique priorities for the stateless rules that you define inside any singleStatelessRulesobject.You can change the priority settings of your rules at any time. To make it easier to insert rules later, number them so there's a wide range in between, for example use 100, 200, and so on.
- Specified by:
getPriorityin interfaceCfnRuleGroup.StatelessRuleProperty- See Also:
-
getRuleDefinition
Description copied from interface:CfnRuleGroup.StatelessRulePropertyDefines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.Returns union: either
IResolvableorCfnRuleGroup.RuleDefinitionProperty- Specified by:
getRuleDefinitionin interfaceCfnRuleGroup.StatelessRuleProperty- 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()
-