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 X12Delimiters
In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header. The delimiters are part of the message's syntax and divide up its different elements.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ComponentSeparator" :
String
, "DataElementSeparator" :String
, "SegmentTerminator" :String
}
YAML
ComponentSeparator:
String
DataElementSeparator:String
SegmentTerminator:String
Properties
ComponentSeparator
-
The component, or sub-element, separator. The default value is
:
(colon).Required: No
Type: String
Pattern:
^[!&'()*+,\-./:;?=%@\[\]_{}|<>~^`"]$
Minimum:
1
Maximum:
1
Update requires: No interruption
DataElementSeparator
-
The data element separator. The default value is
*
(asterisk).Required: No
Type: String
Pattern:
^[!&'()*+,\-./:;?=%@\[\]_{}|<>~^`"]$
Minimum:
1
Maximum:
1
Update requires: No interruption
SegmentTerminator
-
The segment terminator. The default value is
~
(tilde).Required: No
Type: String
Pattern:
^[!&'()*+,\-./:;?=%@\[\]_{}|<>~^`"]$
Minimum:
1
Maximum:
1
Update requires: No interruption