This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::B2BI::Partnership X12OutboundEdiHeaders
A structure containing the details for an outbound EDI object.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ControlNumbers" :
X12ControlNumbers
, "Delimiters" :X12Delimiters
, "FunctionalGroupHeaders" :X12FunctionalGroupHeaders
, "Gs05TimeFormat" :String
, "InterchangeControlHeaders" :X12InterchangeControlHeaders
, "ValidateEdi" :Boolean
}
YAML
ControlNumbers:
X12ControlNumbers
Delimiters:X12Delimiters
FunctionalGroupHeaders:X12FunctionalGroupHeaders
Gs05TimeFormat:String
InterchangeControlHeaders:X12InterchangeControlHeaders
ValidateEdi:Boolean
Properties
ControlNumbers
-
Specifies control number configuration for outbound X12 EDI headers. These settings determine the starting values for interchange, functional group, and transaction set control numbers.
Required: No
Type: X12ControlNumbers
Update requires: No interruption
Delimiters
-
The delimiters, for example semicolon (
;
), that separates sections of the headers for the X12 object.Required: No
Type: X12Delimiters
Update requires: No interruption
FunctionalGroupHeaders
-
The functional group headers for the X12 object.
Required: No
Type: X12FunctionalGroupHeaders
Update requires: No interruption
Gs05TimeFormat
Property description not available.
Required: No
Type: String
Allowed values:
HHMM | HHMMSS | HHMMSSDD
Update requires: No interruption
InterchangeControlHeaders
-
In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.
Required: No
Type: X12InterchangeControlHeaders
Update requires: No interruption
ValidateEdi
-
Specifies whether or not to validate the EDI for this X12 object:
TRUE
orFALSE
.Required: No
Type: Boolean
Update requires: No interruption