Class CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfiguration.FieldToMatchProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLoggingConfiguration.FieldToMatchProperty
@Stability(Stable)
@Internal
public static final class CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfiguration.FieldToMatchProperty
An implementation for
CfnLoggingConfiguration.FieldToMatchProperty
-
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.CfnLoggingConfiguration.FieldToMatchProperty
CfnLoggingConfiguration.FieldToMatchProperty.Builder, CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.FieldToMatchProperty.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
Redact the request body JSON.final Object
Redact the indicated HTTP method.final Object
Redact the query string.final Object
Redact a single header.final Object
Redact the request URI path.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 theCfnLoggingConfiguration.FieldToMatchProperty.Builder
.
-
-
Method Details
-
getJsonBody
Description copied from interface:CfnLoggingConfiguration.FieldToMatchProperty
Redact the request body JSON.- Specified by:
getJsonBody
in interfaceCfnLoggingConfiguration.FieldToMatchProperty
-
getMethod
Description copied from interface:CfnLoggingConfiguration.FieldToMatchProperty
Redact the indicated HTTP method.The method indicates the type of operation that the request is asking the origin to perform.
- Specified by:
getMethod
in interfaceCfnLoggingConfiguration.FieldToMatchProperty
-
getQueryString
Description copied from interface:CfnLoggingConfiguration.FieldToMatchProperty
Redact the query string.This is the part of a URL that appears after a
?
character, if any.- Specified by:
getQueryString
in interfaceCfnLoggingConfiguration.FieldToMatchProperty
-
getSingleHeader
Description copied from interface:CfnLoggingConfiguration.FieldToMatchProperty
Redact a single header.Provide the name of the header to inspect, for example,
User-Agent
orReferer
. This setting isn't case sensitive.Example JSON:
"SingleHeader": { "Name": "haystack" }
- Specified by:
getSingleHeader
in interfaceCfnLoggingConfiguration.FieldToMatchProperty
-
getUriPath
Description copied from interface:CfnLoggingConfiguration.FieldToMatchProperty
Redact the request URI path.This is the part of the web request that identifies a resource, for example,
/images/daily-ad.jpg
.- Specified by:
getUriPath
in interfaceCfnLoggingConfiguration.FieldToMatchProperty
-
$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()
-