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:
JSON
{ "CapabilityDirection" :
String
, "InputLocation" :S3Location
, "OutputLocation" :S3Location
, "TransformerId" :String
, "Type" :EdiType
}
YAML
CapabilityDirection:
String
InputLocation:S3Location
OutputLocation:S3Location
TransformerId:String
Type:EdiType
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