AWS AWSCloudFormation documentation change
Summary
Added code list validation rule details, including allowed/denied codes and element targeting
Security assessment
The update explicitly documents how to configure allowed/denied code lists for X12 elements, which helps enforce data validation policies. While this supports secure data handling, there is no direct link to a security vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-b2bi-transformer-x12codelistvalidationrule.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-b2bi-transformer-x12codelistvalidationrule.md index 66113b474..3f9d799d4 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-b2bi-transformer-x12codelistvalidationrule.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-b2bi-transformer-x12codelistvalidationrule.md @@ -9 +9 @@ This is the new _AWS CloudFormation Template Reference Guide_. Please update you -The `X12CodeListValidationRule` property type specifies Property description not available. for an [AWS::B2BI::Transformer](./aws-resource-b2bi-transformer.html). +Code list validation rule configuration. @@ -40 +40 @@ To declare this entity in your AWS CloudFormation template, use the following sy -Property description not available. +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. @@ -51 +51 @@ _Required_ : No -Property description not available. +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. @@ -62 +62 @@ _Required_ : No -Property description not available. +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.