EdiConfiguration
Specifies the details for the EDI (electronic data interchange) transformation.
Contents
- inputLocation
-
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an
S3Location
object.Type: S3Location object
Required: Yes
- outputLocation
-
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an
S3Location
object.Type: S3Location object
Required: Yes
- transformerId
-
Returns the system-assigned unique identifier for the transformer.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+
Required: Yes
- type
-
Returns the type of the capability. Currently, only
edi
is supported.Type: EdiType object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- capabilityDirection
-
Specifies whether this is capability is for inbound or outbound transformations.
Type: String
Valid Values:
INBOUND | OUTBOUND
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: