interface X12AcknowledgmentOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnPartnership_X12AcknowledgmentOptionsProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty |
![]() | aws_cdk.aws_b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnPartnership » X12AcknowledgmentOptionsProperty |
Contains options for configuring X12 acknowledgments.
These options control how functional and technical acknowledgments are handled.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_b2bi as b2bi } from 'aws-cdk-lib';
const x12AcknowledgmentOptionsProperty: b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty = {
functionalAcknowledgment: 'functionalAcknowledgment',
technicalAcknowledgment: 'technicalAcknowledgment',
};
Properties
Name | Type | Description |
---|---|---|
functional | string | Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. |
technical | string | Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. |
functionalAcknowledgment
Type:
string
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
, AWS B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.
technicalAcknowledgment
Type:
string
Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.
Valid values are DO_NOT_GENERATE
and GENERATE_ALL_SEGMENTS
and.