Class CfnRuleGroup.RuleGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RuleGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.RuleGroupProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.RuleGroupProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.RuleGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.RuleGroupProperty
An implementation for
CfnRuleGroup.RuleGroupProperty
-
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.CfnRuleGroup.RuleGroupProperty
CfnRuleGroup.RuleGroupProperty.Builder, CfnRuleGroup.RuleGroupProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.RuleGroupProperty.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 reference sets for the stateful rule group.final Object
The stateful rules or stateless rules for the rule group.final Object
Settings that are available for use in the rules in the rule group.final Object
Additional options governing how Network Firewall handles stateful rules.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 theCfnRuleGroup.RuleGroupProperty.Builder
.
-
-
Method Details
-
getRulesSource
Description copied from interface:CfnRuleGroup.RuleGroupProperty
The stateful rules or stateless rules for the rule group.- Specified by:
getRulesSource
in interfaceCfnRuleGroup.RuleGroupProperty
- See Also:
-
getReferenceSets
Description copied from interface:CfnRuleGroup.RuleGroupProperty
The reference sets for the stateful rule group.- Specified by:
getReferenceSets
in interfaceCfnRuleGroup.RuleGroupProperty
- See Also:
-
getRuleVariables
Description copied from interface:CfnRuleGroup.RuleGroupProperty
Settings that are available for use in the rules in the rule group.You can only use these for stateful rule groups.
- Specified by:
getRuleVariables
in interfaceCfnRuleGroup.RuleGroupProperty
- See Also:
-
getStatefulRuleOptions
Description copied from interface:CfnRuleGroup.RuleGroupProperty
Additional options governing how Network Firewall handles stateful rules.The policies where you use your stateful rule group must have stateful rule options settings that are compatible with these settings. Some limitations apply; for more information, see Strict evaluation order in the AWS Network Firewall Developer Guide .
- Specified by:
getStatefulRuleOptions
in interfaceCfnRuleGroup.RuleGroupProperty
- See Also:
-
$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()
-