Class CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.RuleGroupReferenceStatementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.RuleGroupReferenceStatementProperty
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
ConstructorsModifierConstructorDescriptionprotected
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.
Verify the rule names in your overrides carefully. With managed rule groups, AWS WAF silently ignores any override that uses an invalid rule name. With customer-owned rule groups, invalid rule names in your overrides will cause web ACL updates to fail. An invalid rule name is any name that doesn't exactly match the case-sensitive name of an existing rule in the rule group.
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()
-