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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnWebACL.RuleGroupReferenceStatementProperty
CfnWebACL.RuleGroupReferenceStatementProperty.Builder, CfnWebACL.RuleGroupReferenceStatementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.RuleGroupReferenceStatementProperty.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 StringgetArn()The Amazon Resource Name (ARN) of the entity.final ObjectRules in the referenced rule group whose actions are set toCount.final ObjectAction settings to use in the place of the rule actions that are configured inside the rule group.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 theCfnWebACL.RuleGroupReferenceStatementProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnWebACL.RuleGroupReferenceStatementPropertyThe Amazon Resource Name (ARN) of the entity.- Specified by:
getArnin interfaceCfnWebACL.RuleGroupReferenceStatementProperty
-
getExcludedRules
Description copied from interface:CfnWebACL.RuleGroupReferenceStatementPropertyRules 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:
getExcludedRulesin interfaceCfnWebACL.RuleGroupReferenceStatementProperty
-
getRuleActionOverrides
Description copied from interface:CfnWebACL.RuleGroupReferenceStatementPropertyAction 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
Countand 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:
getRuleActionOverridesin interfaceCfnWebACL.RuleGroupReferenceStatementProperty
-
$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()
-