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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnWebACL.RequestInspectionProperty
CfnWebACL.RequestInspectionProperty.Builder, CfnWebACL.RequestInspectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.RequestInspectionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe name of the field in the request payload that contains your customer's password.final StringThe payload type for your login endpoint, either JSON or form encoded.final ObjectThe name of the field in the request payload that contains your customer's username.final inthashCode()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.RequestInspectionPropertyThe 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:
getPasswordFieldin interfaceCfnWebACL.RequestInspectionProperty
-
getPayloadType
Description copied from interface:CfnWebACL.RequestInspectionPropertyThe payload type for your login endpoint, either JSON or form encoded.- Specified by:
getPayloadTypein interfaceCfnWebACL.RequestInspectionProperty
-
getUsernameField
Description copied from interface:CfnWebACL.RequestInspectionPropertyThe 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:
getUsernameFieldin interfaceCfnWebACL.RequestInspectionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-