@Stability(value=Stable) @Internal public static final class CfnWebACL.ActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.ActionProperty
CfnWebACL.ActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWebACL.ActionProperty.Builder, CfnWebACL.ActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWebACL.ActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWebACL.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getType()
For actions that are associated with a rule, the action that AWS WAF takes when a web request matches all conditions in a rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnWebACL.ActionProperty.Builder builder)
CfnWebACL.ActionProperty.Builder.public final String getType()
CfnWebACL.ActionPropertyFor the default action of a web access control list (ACL), the action that AWS WAF takes when a web request doesn't match all conditions in any rule.
Valid settings include the following:
ALLOW : AWS WAF allows requestsBLOCK : AWS WAF blocks requestsCOUNT : AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.getType in interface CfnWebACL.ActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.