AWS Fundamentals Logo
AWS Fundamentals
AWS::B2BI::Transformer

B2BI Transformer

Definition of AWS::B2BI::Transformer Resource Type

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Status
string
Required
EdiType
EdiType
Deprecated
FileFormat
string
Deprecated
InputConversion
InputConversion
Mapping
Mapping
MappingTemplate
string
Deprecated
OutputConversion
OutputConversion
SampleDocument
string
Deprecated
SampleDocuments
SampleDocuments
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
ModifiedAtstring-
TransformerArnstring-
TransformerIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

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

Resources:
  MyResource:
    Type: AWS::B2BI::Transformer
    Properties:
      Name: "my-name"
      Status: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

b2bi:CreateTransformerb2bi:TagResourceb2bi:UpdateTransformerlogs:CreateLogDeliverylogs:CreateLogGrouplogs:CreateLogStreamlogs:DescribeLogGroupslogs:DescribeLogStreams

read

b2bi:GetTransformerb2bi:ListTagsForResource

update

b2bi:TagResourceb2bi:UntagResourceb2bi:UpdateTransformer

delete

b2bi:DeleteTransformerlogs:DeleteLogDeliverylogs:ListLogDeliveries

list

b2bi:ListTransformers

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

ServiceB2BI
Properties15
Required2
TaggingSupported
Primary IDTransformerId

Supported Operations

CreateReadUpdateDeleteList

External Links