Uses of Enum
software.amazon.awscdk.services.logs.DelimiterCharacter
Packages that use DelimiterCharacter
-
Uses of DelimiterCharacter in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return DelimiterCharacterModifier and TypeMethodDescriptiondefault DelimiterCharacter
CsvProperty.getDelimiter()
Character used to separate each column in the original comma-separated value log event.final DelimiterCharacter
CsvProperty.Jsii$Proxy.getDelimiter()
SplitStringEntryProperty.getDelimiter()
The separator character to split the string on.final DelimiterCharacter
SplitStringEntryProperty.Jsii$Proxy.getDelimiter()
static DelimiterCharacter
Returns the enum constant of this type with the specified name.static DelimiterCharacter[]
DelimiterCharacter.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 DelimiterCharacterModifier and TypeMethodDescriptionCsvProperty.Builder.delimiter
(DelimiterCharacter delimiter) Sets the value ofCsvProperty.getDelimiter()
SplitStringEntryProperty.Builder.delimiter
(DelimiterCharacter delimiter) Sets the value ofSplitStringEntryProperty.getDelimiter()