Uses of Enum
software.amazon.awscdk.services.logs.KeyValueDelimiter
Packages that use KeyValueDelimiter
-
Uses of KeyValueDelimiter in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return KeyValueDelimiterModifier and TypeMethodDescriptiondefault KeyValueDelimiter
ParseKeyValueProperty.getKeyValueDelimiter()
The delimiter string to use between the key and value in each pair in the transformed log event.final KeyValueDelimiter
ParseKeyValueProperty.Jsii$Proxy.getKeyValueDelimiter()
static KeyValueDelimiter
Returns the enum constant of this type with the specified name.static KeyValueDelimiter[]
KeyValueDelimiter.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.logs with parameters of type KeyValueDelimiterModifier and TypeMethodDescriptionParseKeyValueProperty.Builder.keyValueDelimiter
(KeyValueDelimiter keyValueDelimiter) Sets the value ofParseKeyValueProperty.getKeyValueDelimiter()