AWS::B2BI::Capability EdiConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::B2BI::Capability EdiConfiguration

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

Syntax

To declare this entity in your 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