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.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- See Also:
-
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWebACL.ExcludedRuleProperty>- Specified by:
getExcludedRulesin interfaceCfnWebACL.RuleGroupReferenceStatementProperty- See Also:
-
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.
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
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWebACL.RuleActionOverrideProperty>- Specified by:
getRuleActionOverridesin interfaceCfnWebACL.RuleGroupReferenceStatementProperty- 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()
-