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 X12FunctionalGroupHeaders
Part of the X12 message structure. These are the functional group headers for the X12 EDI object.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApplicationReceiverCode" :
String
, "ApplicationSenderCode" :String
, "ResponsibleAgencyCode" :String
}
YAML
ApplicationReceiverCode:
String
ApplicationSenderCode:String
ResponsibleAgencyCode:String
Properties
ApplicationReceiverCode
-
A value representing the code used to identify the party receiving a message, at position GS-03.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9 ]*$
Minimum:
2
Maximum:
15
Update requires: No interruption
ApplicationSenderCode
-
A value representing the code used to identify the party transmitting a message, at position GS-02.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9 ]*$
Minimum:
2
Maximum:
15
Update requires: No interruption
ResponsibleAgencyCode
-
A code that identifies the issuer of the standard, at position GS-07.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9]*$
Minimum:
1
Maximum:
2
Update requires: No interruption