interface IProcessor
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Logs.IProcessor |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#IProcessor |
![]() | software.amazon.awscdk.services.logs.IProcessor |
![]() | aws_cdk.aws_logs.IProcessor |
![]() | 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.