interface X12ControlNumbersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnPartnership.X12ControlNumbersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnPartnership_X12ControlNumbersProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnPartnership.X12ControlNumbersProperty |
![]() | aws_cdk.aws_b2bi.CfnPartnership.X12ControlNumbersProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnPartnership » X12ControlNumbersProperty |
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 { aws_b2bi as b2bi } from 'aws-cdk-lib';
const x12ControlNumbersProperty: b2bi.CfnPartnership.X12ControlNumbersProperty = {
startingFunctionalGroupControlNumber: 123,
startingInterchangeControlNumber: 123,
startingTransactionSetControlNumber: 123,
};
Properties
Name | Type | Description |
---|---|---|
starting | number | Specifies the starting functional group control number (GS06) to use for X12 EDI generation. |
starting | number | Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. |
starting | number | Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. |
startingFunctionalGroupControlNumber?
Type:
number
(optional)
Specifies the starting functional group control number (GS06) to use for X12 EDI generation.
This number is incremented for each new functional group. For the GS (functional group) envelope, AWS B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.
startingInterchangeControlNumber?
Type:
number
(optional)
Specifies the starting interchange control number (ISA13) to use for X12 EDI generation.
This number is incremented for each new interchange. For the ISA (interchange) envelope, AWS B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.
startingTransactionSetControlNumber?
Type:
number
(optional)
Specifies the starting transaction set control number (ST02) to use for X12 EDI generation.
This number is incremented for each new transaction set.