Class CfnWebACLProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.waf.regional.CfnWebACLProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACLProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACLProps
@Stability(Stable)
@Internal
public static final class CfnWebACLProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACLProps
An implementation for
CfnWebACLProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.waf.regional.CfnWebACLProps
CfnWebACLProps.Builder, CfnWebACLProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWebACLProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebACLProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The action to perform if none of theRules
contained in theWebACL
match.final String
A name for the metrics for thisWebACL
.final String
getName()
A friendly name or description of theWebACL
.final Object
getRules()
An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWebACLProps.Builder
.
-
-
Method Details
-
getDefaultAction
Description copied from interface:CfnWebACLProps
The action to perform if none of theRules
contained in theWebACL
match.The action is specified by the
WafAction
object.- Specified by:
getDefaultAction
in interfaceCfnWebACLProps
-
getMetricName
Description copied from interface:CfnWebACLProps
A name for the metrics for thisWebACL
.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 theWebACL
.- Specified by:
getMetricName
in interfaceCfnWebACLProps
-
getName
Description copied from interface:CfnWebACLProps
A friendly name or description of theWebACL
.You can't change the name of a
WebACL
after you create it.- Specified by:
getName
in interfaceCfnWebACLProps
-
getRules
Description copied from interface:CfnWebACLProps
An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.- Specified by:
getRules
in interfaceCfnWebACLProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-