@Stability(value=Stable) @Internal public static final class CfnWebACL.ActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.ActionProperty
CfnWebACL.ActionProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnWebACL.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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.ActionProperty
For 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.JsiiSerializable
Copyright © 2023. All rights reserved.