Interface CfnPartnership.IX12InboundEdiOptionsProperty
Contains options specific to processing inbound X12 EDI files.
Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPartnership.IX12InboundEdiOptionsProperty
Syntax (vb)
Public Interface CfnPartnership.IX12InboundEdiOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.B2BI;
var x12InboundEdiOptionsProperty = new X12InboundEdiOptionsProperty {
AcknowledgmentOptions = new X12AcknowledgmentOptionsProperty {
FunctionalAcknowledgment = "functionalAcknowledgment",
TechnicalAcknowledgment = "technicalAcknowledgment"
}
};
Synopsis
Properties
| AcknowledgmentOptions | Specifies acknowledgment options for inbound X12 EDI files. |
Properties
AcknowledgmentOptions
Specifies acknowledgment options for inbound X12 EDI files.
object? AcknowledgmentOptions { get; }
Property Value
Remarks
These options control how functional and technical acknowledgments are handled.
Type union: either IResolvable or CfnPartnership.IX12AcknowledgmentOptionsProperty