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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RuleGroupProperty
CfnRuleGroup.RuleGroupProperty.Builder, CfnRuleGroup.RuleGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.RuleGroupProperty.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 ObjectThe reference sets for the stateful rule group.final ObjectThe stateful rules or stateless rules for the rule group.final ObjectSettings that are available for use in the rules in the rule group.final ObjectAdditional options governing how Network Firewall handles stateful rules.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.RuleGroupProperty.Builder.
-
-
Method Details
-
getRulesSource
Description copied from interface:CfnRuleGroup.RuleGroupPropertyThe stateful rules or stateless rules for the rule group.- Specified by:
getRulesSourcein interfaceCfnRuleGroup.RuleGroupProperty
-
getReferenceSets
Description copied from interface:CfnRuleGroup.RuleGroupPropertyThe reference sets for the stateful rule group.- Specified by:
getReferenceSetsin interfaceCfnRuleGroup.RuleGroupProperty
-
getRuleVariables
Description copied from interface:CfnRuleGroup.RuleGroupPropertySettings that are available for use in the rules in the rule group.You can only use these for stateful rule groups.
- Specified by:
getRuleVariablesin interfaceCfnRuleGroup.RuleGroupProperty
-
getStatefulRuleOptions
Description copied from interface:CfnRuleGroup.RuleGroupPropertyAdditional 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.
- Specified by:
getStatefulRuleOptionsin interfaceCfnRuleGroup.RuleGroupProperty
-
$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()
-