Class CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.StatelessRulesAndCustomActionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.StatelessRulesAndCustomActionsProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.StatelessRulesAndCustomActionsProperty
An implementation for
CfnRuleGroup.StatelessRulesAndCustomActionsProperty
-
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.StatelessRulesAndCustomActionsProperty
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder, CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.StatelessRulesAndCustomActionsProperty.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
Defines an array of individual custom action definitions that are available for use by the stateless rules in thisStatelessRulesAndCustomActions
specification.final Object
Defines the set of stateless rules for use in a stateless rule group.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.StatelessRulesAndCustomActionsProperty.Builder
.
-
-
Method Details
-
getStatelessRules
Description copied from interface:CfnRuleGroup.StatelessRulesAndCustomActionsProperty
Defines the set of stateless rules for use in a stateless rule group.- Specified by:
getStatelessRules
in interfaceCfnRuleGroup.StatelessRulesAndCustomActionsProperty
- See Also:
-
getCustomActions
Description copied from interface:CfnRuleGroup.StatelessRulesAndCustomActionsProperty
Defines an array of individual custom action definitions that are available for use by the stateless rules in thisStatelessRulesAndCustomActions
specification.You name each custom action that you define, and then you can use it by name in your stateless rule
RuleGroup.RuleDefinition
Actions
specification.- Specified by:
getCustomActions
in interfaceCfnRuleGroup.StatelessRulesAndCustomActionsProperty
- 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()
-