Interface CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty.Jsii$Proxy
Enclosing class:
CfnPartnershipPropsMixin

@Stability(Stable) public static interface CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.b2bi.*;
 X12AcknowledgmentOptionsProperty x12AcknowledgmentOptionsProperty = X12AcknowledgmentOptionsProperty.builder()
         .functionalAcknowledgment("functionalAcknowledgment")
         .technicalAcknowledgment("technicalAcknowledgment")
         .build();
 

See Also: