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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.FieldToMatchProperty
CfnLoggingConfiguration.FieldToMatchProperty.Builder, CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.FieldToMatchProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
- Specified by:
getJsonBodyin interfaceCfnLoggingConfiguration.FieldToMatchProperty- See Also:
-
getMethod
Description copied from interface:CfnLoggingConfiguration.FieldToMatchPropertyRedact the indicated HTTP method.The method indicates the type of operation that the request is asking the origin to perform.
- Specified by:
getMethodin interfaceCfnLoggingConfiguration.FieldToMatchProperty- See Also:
-
getQueryString
Description copied from interface:CfnLoggingConfiguration.FieldToMatchPropertyRedact the query string.This is the part of a URL that appears after a
?character, if any.- Specified by:
getQueryStringin interfaceCfnLoggingConfiguration.FieldToMatchProperty- See Also:
-
getSingleHeader
Description copied from interface:CfnLoggingConfiguration.FieldToMatchPropertyRedact a single header.Provide the name of the header to inspect, for example,
User-AgentorReferer. This setting isn't case sensitive.Example JSON:
"SingleHeader": { "Name": "haystack" }- Specified by:
getSingleHeaderin interfaceCfnLoggingConfiguration.FieldToMatchProperty- See Also:
-
getUriPath
Description copied from interface:CfnLoggingConfiguration.FieldToMatchPropertyRedact the request URI path.This is the part of the web request that identifies a resource, for example,
/images/daily-ad.jpg.- Specified by:
getUriPathin interfaceCfnLoggingConfiguration.FieldToMatchProperty- See Also:
-
$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()
-