Class CfnTransformer.ParseKeyValueProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnTransformer.ParseKeyValueProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.ParseKeyValueProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.ParseKeyValueProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.ParseKeyValueProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.ParseKeyValueProperty
An implementation for
CfnTransformer.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.CfnTransformer.ParseKeyValueProperty
CfnTransformer.ParseKeyValueProperty.Builder, CfnTransformer.ParseKeyValueProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.ParseKeyValueProperty.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 StringThe 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 StringThe 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 ObjectSpecifies 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 theCfnTransformer.ParseKeyValueProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnTransformer.ParseKeyValuePropertyThe destination field to put the extracted key-value pairs into.- Specified by:
getDestinationin interfaceCfnTransformer.ParseKeyValueProperty- See Also:
-
getFieldDelimiter
Description copied from interface:CfnTransformer.ParseKeyValuePropertyThe field delimiter string that is used between key-value pairs in the original log events.If you omit this, the ampersand
&character is used.- Specified by:
getFieldDelimiterin interfaceCfnTransformer.ParseKeyValueProperty- See Also:
-
getKeyPrefix
Description copied from interface:CfnTransformer.ParseKeyValuePropertyIf you want to add a prefix to all transformed keys, specify it here.- Specified by:
getKeyPrefixin interfaceCfnTransformer.ParseKeyValueProperty- See Also:
-
getKeyValueDelimiter
Description copied from interface:CfnTransformer.ParseKeyValuePropertyThe delimiter string to use between the key and value in each pair in the transformed log event.If you omit this, the equal
=character is used.- Specified by:
getKeyValueDelimiterin interfaceCfnTransformer.ParseKeyValueProperty- See Also:
-
getNonMatchValue
Description copied from interface:CfnTransformer.ParseKeyValuePropertyA value to insert into the value field in the result, when a key-value pair is not successfully split.- Specified by:
getNonMatchValuein interfaceCfnTransformer.ParseKeyValueProperty- See Also:
-
getOverwriteIfExists
Description copied from interface:CfnTransformer.ParseKeyValuePropertySpecifies whether to overwrite the value if the destination key already exists.If you omit this, the default is
false.Returns union: either
BooleanorIResolvable- Specified by:
getOverwriteIfExistsin interfaceCfnTransformer.ParseKeyValueProperty- See Also:
-
getSource
Description copied from interface:CfnTransformer.ParseKeyValuePropertyPath to the field in the log event that will be parsed.Use dot notation to access child fields. For example,
store.book- Specified by:
getSourcein interfaceCfnTransformer.ParseKeyValueProperty- 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()
-