Class ParseKeyValueProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.ParseKeyValueProperty.Jsii$Proxy
- All Implemented Interfaces:
ParseKeyValueProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ParseKeyValueProperty
@Stability(Stable)
@Internal
public static final class ParseKeyValueProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ParseKeyValueProperty
An implementation for
ParseKeyValueProperty
-
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.logs.ParseKeyValueProperty
ParseKeyValueProperty.Builder, ParseKeyValueProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(ParseKeyValueProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theParseKeyValueProperty.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 String
The destination field to put the extracted key-value pairs into.final KeyValuePairDelimiter
The field delimiter string that is used between key-value pairs in the original log events.final String
If you want to add a prefix to all transformed keys, specify it here.final KeyValueDelimiter
The delimiter string to use between the key and value in each pair in the transformed log event.final String
A value to insert into the value field in the result, when a key-value pair is not successfully split.final Boolean
Specifies whether to overwrite the value if the destination key already exists.final String
Path to the field in the log event that will be parsed.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 theParseKeyValueProperty.Builder
.
-
-
Method Details
-
getDestination
Description copied from interface:ParseKeyValueProperty
The destination field to put the extracted key-value pairs into.Default: - Places at the root of the JSON input.
- Specified by:
getDestination
in interfaceParseKeyValueProperty
-
getFieldDelimiter
Description copied from interface:ParseKeyValueProperty
The field delimiter string that is used between key-value pairs in the original log events.Default: KeyValuePairDelimiter.AMPERSAND
- Specified by:
getFieldDelimiter
in interfaceParseKeyValueProperty
-
getKeyPrefix
Description copied from interface:ParseKeyValueProperty
If you want to add a prefix to all transformed keys, specify it here.Default: - No prefix is added to the keys.
- Specified by:
getKeyPrefix
in interfaceParseKeyValueProperty
-
getKeyValueDelimiter
Description copied from interface:ParseKeyValueProperty
The delimiter string to use between the key and value in each pair in the transformed log event.Default: KeyValueDelimiter.EQUAL
- Specified by:
getKeyValueDelimiter
in interfaceParseKeyValueProperty
-
getNonMatchValue
Description copied from interface:ParseKeyValueProperty
A value to insert into the value field in the result, when a key-value pair is not successfully split.Default: - No values is inserted when split is not successful.
- Specified by:
getNonMatchValue
in interfaceParseKeyValueProperty
-
getOverwriteIfExists
Description copied from interface:ParseKeyValueProperty
Specifies whether to overwrite the value if the destination key already exists.Default: false
- Specified by:
getOverwriteIfExists
in interfaceParseKeyValueProperty
-
getSource
Description copied from interface:ParseKeyValueProperty
Path to the field in the log event that will be parsed.Use dot notation to access child fields.
Default: '@message'
- Specified by:
getSource
in interfaceParseKeyValueProperty
-
$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()
-