IProcessor

class aws_cdk.aws_logs.IProcessor(*args, **kwargs)

Bases: Protocol

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.