AWS::B2BI::TransformerDefinition of AWS::B2BI::Transformer Resource Type
11 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
ModifiedAt | string | - |
TransformerArn | string | - |
TransformerId | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
b2bi:CreateTransformerb2bi:TagResourceb2bi:UpdateTransformerlogs:CreateLogDeliverylogs:CreateLogGrouplogs:CreateLogStreamlogs:DescribeLogGroupslogs:DescribeLogStreamsb2bi:GetTransformerb2bi:ListTagsForResourceb2bi:TagResourceb2bi:UntagResourceb2bi:UpdateTransformerb2bi:DeleteTransformerlogs:DeleteLogDeliverylogs:ListLogDeliveriesb2bi:ListTransformersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTransformerId