Represent the L2 construct for the AWS::Logs::Transformer CloudFormation resource.
import { Transformer } from 'aws-cdk-lib/aws-logs';Or use the module namespace:
import * as logs from 'aws-cdk-lib/aws-logs';
// logs.TransformerConfiguration passed to the constructor as TransformerProps.
logGroupRequiredILogGroupRefExisting log group that you want to associate with this transformer.
transformerConfigRequiredIProcessor[]List of processors in a transformer.
transformerNameRequiredstringName of the transformer.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-logs