AWS Fundamentals Logo
AWS Fundamentals
AWS::Logs::Transformer

Logs Transformer

Specifies a transformer on the log group to transform logs into consistent structured and information rich format.

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
LogGroupIdentifier
string
RequiredCreate-only
TransformerConfig
Array<Processor>
Required

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Logs::Transformer

Resources:
  MyResource:
    Type: AWS::Logs::Transformer
    Properties:
      LogGroupIdentifier: "my-loggroupidentifier"
      TransformerConfig: []

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

logs:PutTransformerlogs:GetTransformer

read

logs:GetTransformer

update

logs:GetTransformerlogs:PutTransformer

delete

logs:DeleteTransformer

list

logs:DescribeLogGroupslogs:GetTransformer

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceLogs
Properties2
Required2
TaggingNot supported
Primary IDLogGroupIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

LogGroupIdentifier

External Links