AWS AWSCloudFormation documentation change
Summary
Added ErrorMessageConfiguration property with security warning about sensitive data exposure
Security assessment
Documentation explicitly warns that detailed error messages may expose sensitive data, providing security guidance about information disclosure risks. This adds security documentation but doesn't address a specific known vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-cleanrooms-analysistemplate.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-cleanrooms-analysistemplate.md index 9776deaf4..8a1e7dbc8 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-cleanrooms-analysistemplate.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-cleanrooms-analysistemplate.md @@ -22,0 +23 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "ErrorMessageConfiguration" : [ErrorMessageConfiguration](./aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html), @@ -41,0 +43,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + ErrorMessageConfiguration: + [ErrorMessageConfiguration](./aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html) @@ -86,0 +90,11 @@ _Maximum_ : `255` +`ErrorMessageConfiguration` + + +The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to `DETAILED`, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments. + +_Required_ : No + + _Type_ : [ErrorMessageConfiguration](./aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html) + + _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) +