AWS::B2BI::Partnership X12OutboundEdiHeaders - AWS CloudFormation

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:

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

Specifies the time format in the GS05 element (time) of the functional group header. The following formats use 24-hour clock time:

  • HHMM - Hours and minutes

  • HHMMSS - Hours, minutes, and seconds

  • HHMMSSDD - Hours, minutes, seconds, and decimal seconds

Where:

  • HH - Hours (00-23)

  • MM - Minutes (00-59)

  • SS - Seconds (00-59)

  • DD - Hundredths of seconds (00-99)

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 or FALSE. When enabled, this performs both standard EDI validation and applies any configured custom validation rules including element length constraints, code list validations, and element requirement checks. Validation results are returned in the response validation messages.

Required: No

Type: Boolean

Update requires: No interruption