interface IProcessor
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Logs.IProcessor |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#IProcessor |
Java | software.amazon.awscdk.services.logs.IProcessor |
Python | aws_cdk.aws_logs.IProcessor |
TypeScript (source) | aws-cdk-lib » aws_logs » IProcessor |
Implemented by
Data, Json, Parser, String, Vended
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.

.NET
Go
Java
Python
TypeScript (