@Stability(value=Stable) @Internal public static final class CfnWebACL.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.RuleProperty
CfnWebACL.RulePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWebACL.RuleProperty.Builder, CfnWebACL.RuleProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWebACL.RuleProperty.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) |
Object |
getAction()
The action that AWS WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
|
Number |
getPriority()
The order in which AWS WAF evaluates the rules in a web ACL.
|
String |
getRuleId()
The ID of an AWS WAF Regional rule to associate with a web ACL.
|
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.RuleProperty.Builder builder)
CfnWebACL.ActionProperty.Builder.public final Object getAction()
CfnWebACL.RulePropertygetAction in interface CfnWebACL.RulePropertypublic final Number getPriority()
CfnWebACL.RulePropertyAWS WAF evaluates rules with a lower value before rules with a higher value. The value must be a unique integer. If you have multiple rules in a web ACL, the priority numbers do not need to be consecutive.
getPriority in interface CfnWebACL.RulePropertypublic final String getRuleId()
CfnWebACL.RulePropertygetRuleId in interface CfnWebACL.RuleProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.