public static final class CfnWebACL.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.RuleProperty
CfnWebACL.RuleProperty
CfnWebACL.RuleProperty.Builder, CfnWebACL.RuleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.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.
|
java.lang.Number |
getPriority()
The order in which AWS WAF evaluates the rules in a web ACL.
|
java.lang.String |
getRuleId()
The ID of an AWS WAF Regional rule to associate with a web ACL.
|
int |
hashCode() |
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.public final java.lang.Object getAction()
CfnWebACL.RuleProperty
getAction
in interface CfnWebACL.RuleProperty
public final java.lang.Number getPriority()
CfnWebACL.RuleProperty
AWS 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.RuleProperty
public final java.lang.String getRuleId()
CfnWebACL.RuleProperty
getRuleId
in interface CfnWebACL.RuleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()