AWS::B2BI::Capability EdiConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::B2BI::Capability EdiConfiguration

Specifies the details for the EDI (electronic data interchange) transformation.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

CapabilityDirection

Specifies whether this is capability is for inbound or outbound transformations.

Required: No

Type: String

Allowed values: INBOUND | OUTBOUND

Update requires: No interruption

InputLocation

Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.

Required: Yes

Type: S3Location

Update requires: No interruption

OutputLocation

Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.

Required: Yes

Type: S3Location

Update requires: No interruption

TransformerId

Returns the system-assigned unique identifier for the transformer.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_-]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

Type

Returns the type of the capability. Currently, only edi is supported.

Required: Yes

Type: EdiType

Update requires: No interruption