Class CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.RuleGroupReferenceStatementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.RuleGroupReferenceStatementProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.RuleGroupReferenceStatementProperty
An implementation for
CfnWebACL.RuleGroupReferenceStatementProperty
-
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.wafv2.CfnWebACL.RuleGroupReferenceStatementProperty
CfnWebACL.RuleGroupReferenceStatementProperty.Builder, CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.RuleGroupReferenceStatementProperty.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 String
getArn()
The Amazon Resource Name (ARN) of the entity.final Object
Rules in the referenced rule group whose actions are set toCount
.final Object
Action settings to use in the place of the rule actions that are configured inside the 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 theCfnWebACL.RuleGroupReferenceStatementProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnWebACL.RuleGroupReferenceStatementProperty
The Amazon Resource Name (ARN) of the entity.- Specified by:
getArn
in interfaceCfnWebACL.RuleGroupReferenceStatementProperty
- See Also:
-
getExcludedRules
Description copied from interface:CfnWebACL.RuleGroupReferenceStatementProperty
Rules in the referenced rule group whose actions are set toCount
.Instead of this option, use
RuleActionOverrides
. It accepts any valid action setting, includingCount
.- Specified by:
getExcludedRules
in interfaceCfnWebACL.RuleGroupReferenceStatementProperty
- See Also:
-
getRuleActionOverrides
Description copied from interface:CfnWebACL.RuleGroupReferenceStatementProperty
Action settings to use in the place of the rule actions that are configured inside the rule group.You specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to
Count
and then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You can also permanently override some or all actions, to modify how the rule group manages your web traffic.- Specified by:
getRuleActionOverrides
in interfaceCfnWebACL.RuleGroupReferenceStatementProperty
- 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()
-