Class CfnWebACL.RequestInspectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.RequestInspectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.RequestInspectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.RequestInspectionProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.RequestInspectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.RequestInspectionProperty
An implementation for
CfnWebACL.RequestInspectionProperty
-
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.RequestInspectionProperty
CfnWebACL.RequestInspectionProperty.Builder, CfnWebACL.RequestInspectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.RequestInspectionProperty.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 name of the field in the request payload that contains your customer's password.final String
The payload type for your login endpoint, either JSON or form encoded.final Object
The name of the field in the request payload that contains your customer's username.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.RequestInspectionProperty.Builder
.
-
-
Method Details
-
getPasswordField
Description copied from interface:CfnWebACL.RequestInspectionProperty
The name of the field in the request payload that contains your customer's password.How you specify this depends on the request inspection payload type.
- For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer .
For example, for the JSON payload
{ "form": { "password": "THE_PASSWORD" } }
, the password field specification is/form/password
.- For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named
password1
, the password field specification ispassword1
.- Specified by:
getPasswordField
in interfaceCfnWebACL.RequestInspectionProperty
- See Also:
-
getPayloadType
Description copied from interface:CfnWebACL.RequestInspectionProperty
The payload type for your login endpoint, either JSON or form encoded.- Specified by:
getPayloadType
in interfaceCfnWebACL.RequestInspectionProperty
- See Also:
-
getUsernameField
Description copied from interface:CfnWebACL.RequestInspectionProperty
The name of the field in the request payload that contains your customer's username.How you specify this depends on the request inspection payload type.
- For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer .
For example, for the JSON payload
{ "form": { "username": "THE_USERNAME" } }
, the username field specification is/form/username
.- For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named
username1
, the username field specification isusername1
- Specified by:
getUsernameField
in interfaceCfnWebACL.RequestInspectionProperty
- See Also:
-
$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()
-