AWS::B2BI::Capability EdiConfiguration - AWS CloudFormation

AWS::B2BI::Capability EdiConfiguration

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

Syntax

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

Properties

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