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 X12AcknowledgmentOptions
Contains options for configuring X12 acknowledgments. These options control how functional and technical acknowledgments are handled.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FunctionalAcknowledgment" :String, "TechnicalAcknowledgment" :String}
YAML
FunctionalAcknowledgment:StringTechnicalAcknowledgment:String
Properties
FunctionalAcknowledgment-
Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are
DO_NOT_GENERATE,GENERATE_ALL_SEGMENTSandGENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.If you choose
GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, AWS 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_LOOPUpdate requires: No interruption
TechnicalAcknowledgment-
Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are
DO_NOT_GENERATEandGENERATE_ALL_SEGMENTSand.Required: Yes
Type: String
Allowed values:
DO_NOT_GENERATE | GENERATE_ALL_SEGMENTSUpdate requires: No interruption