AWS::B2BI::Partnership X12AcknowledgmentOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::B2BI::Partnership X12AcknowledgmentOptions

Contains options for configuring X12 acknowledgments. These options control how functional and technical acknowledgments are handled.

Syntax

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

JSON

{ "FunctionalAcknowledgment" : String, "TechnicalAcknowledgment" : String }

Properties

FunctionalAcknowledgment

Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE, GENERATE_ALL_SEGMENTS and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.

If you choose GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, Amazon B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.

Required: Yes

Type: String

Allowed values: DO_NOT_GENERATE | GENERATE_ALL_SEGMENTS | GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP

Update requires: No interruption

TechnicalAcknowledgment

Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE and GENERATE_ALL_SEGMENTS and.

Required: Yes

Type: String

Allowed values: DO_NOT_GENERATE | GENERATE_ALL_SEGMENTS

Update requires: No interruption