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::Transformer X12CodeListValidationRule
Code list validation rule configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CodesToAdd" :
[ String, ... ]
, "CodesToRemove" :[ String, ... ]
, "ElementId" :String
}
YAML
CodesToAdd:
- String
CodesToRemove:- String
ElementId:String
Properties
CodesToAdd
-
Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.
Required: No
Type: Array of String
Update requires: No interruption
CodesToRemove
-
Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.
Required: No
Type: Array of String
Update requires: No interruption
ElementId
-
Specifies the four-digit element ID to which the code list modifications apply. This identifies which X12 element will have its allowed code values modified.
Required: Yes
Type: String
Pattern:
^[0-9]{4}$
Minimum:
4
Maximum:
4
Update requires: No interruption