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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.ParseKeyValueProperty
ParseKeyValueProperty.Builder, ParseKeyValueProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ParseKeyValueProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theParseKeyValueProperty.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 StringThe destination field to put the extracted key-value pairs into.final KeyValuePairDelimiterThe field delimiter string that is used between key-value pairs in the original log events.final StringIf you want to add a prefix to all transformed keys, specify it here.final KeyValueDelimiterThe delimiter string to use between the key and value in each pair in the transformed log event.final StringA value to insert into the value field in the result, when a key-value pair is not successfully split.final BooleanSpecifies whether to overwrite the value if the destination key already exists.final StringPath to the field in the log event that will be parsed.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 theParseKeyValueProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:ParseKeyValuePropertyThe destination field to put the extracted key-value pairs into.Default: - Places at the root of the JSON input.
- Specified by:
getDestinationin interfaceParseKeyValueProperty
-
getFieldDelimiter
Description copied from interface:ParseKeyValuePropertyThe field delimiter string that is used between key-value pairs in the original log events.Default: KeyValuePairDelimiter.AMPERSAND
- Specified by:
getFieldDelimiterin interfaceParseKeyValueProperty
-
getKeyPrefix
Description copied from interface:ParseKeyValuePropertyIf you want to add a prefix to all transformed keys, specify it here.Default: - No prefix is added to the keys.
- Specified by:
getKeyPrefixin interfaceParseKeyValueProperty
-
getKeyValueDelimiter
Description copied from interface:ParseKeyValuePropertyThe delimiter string to use between the key and value in each pair in the transformed log event.Default: KeyValueDelimiter.EQUAL
- Specified by:
getKeyValueDelimiterin interfaceParseKeyValueProperty
-
getNonMatchValue
Description copied from interface:ParseKeyValuePropertyA 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:
getNonMatchValuein interfaceParseKeyValueProperty
-
getOverwriteIfExists
Description copied from interface:ParseKeyValuePropertySpecifies whether to overwrite the value if the destination key already exists.Default: false
- Specified by:
getOverwriteIfExistsin interfaceParseKeyValueProperty
-
getSource
Description copied from interface:ParseKeyValuePropertyPath to the field in the log event that will be parsed.Use dot notation to access child fields.
Default: '@message'
- Specified by:
getSourcein interfaceParseKeyValueProperty
-
$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()
-