Class CfnWebACL.ResponseInspectionHeaderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionHeaderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.ResponseInspectionHeaderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWebACL.ResponseInspectionHeaderProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.ResponseInspectionHeaderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.ResponseInspectionHeaderProperty
An implementation for
CfnWebACL.ResponseInspectionHeaderProperty
-
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.wafv2.CfnWebACL.ResponseInspectionHeaderProperty
CfnWebACL.ResponseInspectionHeaderProperty.Builder, CfnWebACL.ResponseInspectionHeaderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.ResponseInspectionHeaderProperty.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
Values in the response header with the specified name that indicate a failed login or account creation attempt.final String
getName()
The name of the header to match against.Values in the response header with the specified name that indicate a successful login or account creation attempt.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 theCfnWebACL.ResponseInspectionHeaderProperty.Builder
.
-
-
Method Details
-
getFailureValues
Description copied from interface:CfnWebACL.ResponseInspectionHeaderProperty
Values in the response header with the specified name that indicate a failed login or account creation attempt.To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values.
JSON examples:
"FailureValues": [ "LoginFailed", "Failed login" ]
and"FailureValues": [ "AccountCreationFailed" ]
- Specified by:
getFailureValues
in interfaceCfnWebACL.ResponseInspectionHeaderProperty
-
getName
Description copied from interface:CfnWebACL.ResponseInspectionHeaderProperty
The name of the header to match against. The name must be an exact match, including case.JSON example:
"Name": [ "RequestResult" ]
- Specified by:
getName
in interfaceCfnWebACL.ResponseInspectionHeaderProperty
-
getSuccessValues
Description copied from interface:CfnWebACL.ResponseInspectionHeaderProperty
Values in the response header with the specified name that indicate a successful login or account creation attempt.To be counted as a success, the value must be an exact match, including case. Each value must be unique among the success and failure values.
JSON examples:
"SuccessValues": [ "LoginPassed", "Successful login" ]
and"SuccessValues": [ "AccountCreated", "Successful account creation" ]
- Specified by:
getSuccessValues
in interfaceCfnWebACL.ResponseInspectionHeaderProperty
-
$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()
-