AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Transformer

Represent the L2 construct for the AWS::Logs::Transformer CloudFormation resource.

Import

import { Transformer } from 'aws-cdk-lib/aws-logs';

Or use the module namespace:

import * as logs from 'aws-cdk-lib/aws-logs';
// logs.Transformer

Properties

Configuration passed to the constructor as TransformerProps.

logGroupRequired
ILogGroupRef

Existing log group that you want to associate with this transformer.

transformerConfigRequired
IProcessor[]

List of processors in a transformer.

transformerNameRequired
string

Name of the transformer.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter