Interface CfnPartnership.X12ControlNumbersProperty

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

@Stability(Stable) public static interface CfnPartnership.X12ControlNumbersProperty extends software.amazon.jsii.JsiiSerializable
Contains configuration for X12 control numbers used in X12 EDI generation.

Control numbers are used to uniquely identify interchanges, functional groups, and transaction sets.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.b2bi.*;
 X12ControlNumbersProperty x12ControlNumbersProperty = X12ControlNumbersProperty.builder()
         .startingFunctionalGroupControlNumber(123)
         .startingInterchangeControlNumber(123)
         .startingTransactionSetControlNumber(123)
         .build();
 

See Also: