Uses of Class
software.amazon.awscdk.services.logs.ParserProcessor.Builder
Packages that use ParserProcessor.Builder
-
Uses of ParserProcessor.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return ParserProcessor.BuilderModifier and TypeMethodDescriptionstatic ParserProcessor.Builder
ParserProcessor.Builder.create()
ParserProcessor.Builder.csvOptions
(CsvProperty csvOptions) Options for CSV parser.ParserProcessor.Builder.grokOptions
(GrokProperty grokOptions) Options for Grok parser.ParserProcessor.Builder.jsonOptions
(ParseJSONProperty jsonOptions) Options for JSON parser.ParserProcessor.Builder.keyValueOptions
(ParseKeyValueProperty keyValueOptions) Options for key-value parser.ParserProcessor.Builder.parseToOcsfOptions
(ParseToOCSFProperty parseToOcsfOptions) Options for ParseToOCSF parser.ParserProcessor.Builder.type
(ParserProcessorType type) The type of parser processor.