Class CfnRuleGroupPropsMixin.RuleGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnRuleGroupPropsMixin.RuleGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroupPropsMixin.RuleGroupProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroupPropsMixin.RuleGroupProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroupPropsMixin.RuleGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroupPropsMixin.RuleGroupProperty
An implementation for
CfnRuleGroupPropsMixin.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.cfnpropertymixins.services.networkfirewall.CfnRuleGroupPropsMixin.RuleGroupProperty
CfnRuleGroupPropsMixin.RuleGroupProperty.Builder, CfnRuleGroupPropsMixin.RuleGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroupPropsMixin.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 theCfnRuleGroupPropsMixin.RuleGroupProperty.Builder.
-
-
Method Details
-
getReferenceSets
Description copied from interface:CfnRuleGroupPropsMixin.RuleGroupPropertyThe reference sets for the stateful rule group.Returns union: either
IResolvableorCfnRuleGroupPropsMixin.ReferenceSetsProperty- Specified by:
getReferenceSetsin interfaceCfnRuleGroupPropsMixin.RuleGroupProperty- See Also:
-
getRulesSource
Description copied from interface:CfnRuleGroupPropsMixin.RuleGroupPropertyThe stateful rules or stateless rules for the rule group.Returns union: either
IResolvableorCfnRuleGroupPropsMixin.RulesSourceProperty- Specified by:
getRulesSourcein interfaceCfnRuleGroupPropsMixin.RuleGroupProperty- See Also:
-
getRuleVariables
Description copied from interface:CfnRuleGroupPropsMixin.RuleGroupPropertySettings that are available for use in the rules in the rule group.You can only use these for stateful rule groups.
Returns union: either
IResolvableorCfnRuleGroupPropsMixin.RuleVariablesProperty- Specified by:
getRuleVariablesin interfaceCfnRuleGroupPropsMixin.RuleGroupProperty- See Also:
-
getStatefulRuleOptions
Description copied from interface:CfnRuleGroupPropsMixin.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. Some limitations apply; for more information, see Strict evaluation order in the AWS Network Firewall Developer Guide .
Returns union: either
IResolvableorCfnRuleGroupPropsMixin.StatefulRuleOptionsProperty- Specified by:
getStatefulRuleOptionsin interfaceCfnRuleGroupPropsMixin.RuleGroupProperty- 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()
-