interface X12InboundEdiOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_b2bi.CfnPartnership.X12InboundEdiOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnPartnership_X12InboundEdiOptionsProperty |
Java | software.amazon.awscdk.services.b2bi.CfnPartnership.X12InboundEdiOptionsProperty |
Python | aws_cdk.aws_b2bi.CfnPartnership.X12InboundEdiOptionsProperty |
TypeScript | aws-cdk-lib » aws_b2bi » CfnPartnership » X12InboundEdiOptionsProperty |
Contains options specific to processing inbound X12 EDI files.
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 x12InboundEdiOptionsProperty: b2bi.CfnPartnership.X12InboundEdiOptionsProperty = {
acknowledgmentOptions: {
functionalAcknowledgment: 'functionalAcknowledgment',
technicalAcknowledgment: 'technicalAcknowledgment',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| acknowledgment | IResolvable | X12 | Specifies acknowledgment options for inbound X12 EDI files. |
acknowledgmentOptions?
Type:
IResolvable | X12
(optional)
Specifies acknowledgment options for inbound X12 EDI files.
These options control how functional and technical acknowledgments are handled.

.NET
Go
Java
Python
TypeScript