Module: AWSCDK::Logs::IProcessor
- Included in:
- DataConverterProcessor, JsonMutatorProcessor, ParserProcessor, StringMutatorProcessor, VendedLogParser
- Defined in:
- logs/i_processor.rb
Overview
Interface representing a single processor in a CloudWatch Logs transformer.
A log transformer is a series of processors, where each processor applies one type of transformation to the log events. The processors work one after another, in the order that they are listed, like a pipeline.
Class Method Summary collapse
Class Method Details
.jsii_overridable_methods ⇒ Object
10 11 12 13 |
# File 'logs/i_processor.rb', line 10 def self.jsii_overridable_methods { } end |