This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::B2BI::Partnership X12ControlNumbers
Contains configuration for X12 control numbers used in X12 EDI generation. Control numbers are used to uniquely identify interchanges, functional groups, and transaction sets.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "StartingFunctionalGroupControlNumber" :
Number
, "StartingInterchangeControlNumber" :Number
, "StartingTransactionSetControlNumber" :Number
}
YAML
StartingFunctionalGroupControlNumber:
Number
StartingInterchangeControlNumber:Number
StartingTransactionSetControlNumber:Number
Properties
StartingFunctionalGroupControlNumber
-
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.
Required: No
Type: Number
Minimum:
1
Maximum:
999999999
Update requires: No interruption
StartingInterchangeControlNumber
-
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.
Required: No
Type: Number
Minimum:
1
Maximum:
999999999
Update requires: No interruption
StartingTransactionSetControlNumber
-
Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. This number is incremented for each new transaction set.
Required: No
Type: Number
Minimum:
1
Maximum:
999999999
Update requires: No interruption