@Stability(value=Stable) @Internal public static final class CfnWebACLProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACLProps
CfnWebACLPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnWebACLProps.Builder, CfnWebACLProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWebACLProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWebACLProps.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 |
getDefaultAction()
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
String |
getMetricName()
A name for the metrics for this `WebACL` .
|
String |
getName()
A friendly name or description of the `WebACL` .
|
Object |
getRules()
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `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(CfnWebACLProps.Builder builder)
CfnWebACLProps.Builder.public final Object getDefaultAction()
CfnWebACLProps
The action is specified by the WafAction object.
getDefaultAction in interface CfnWebACLPropspublic final String getMetricName()
CfnWebACLProps
The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change MetricName after you create the WebACL .
getMetricName in interface CfnWebACLPropspublic final String getName()
CfnWebACLProps
You can't change the name of a WebACL after you create it.
getName in interface CfnWebACLPropspublic final Object getRules()
CfnWebACLPropsgetRules in interface CfnWebACLProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.