AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-13 · Documentation medium

File: AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.md

Summary

Added ManagedQueryResultsConfiguration property documentation for Athena WorkGroup encryption settings

Security assessment

The change documents encryption configuration options for query results storage, which is a security feature. However, there is no evidence of addressing a specific security vulnerability.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.md
index 4c0b84910..d838822e6 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.md
@@ -24,0 +25 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      "ManagedQueryResultsConfiguration" : [ManagedQueryResultsConfiguration](./aws-properties-athena-workgroup-managedqueryresultsconfiguration.html),
@@ -41,0 +43,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      ManagedQueryResultsConfiguration: 
+        [ManagedQueryResultsConfiguration](./aws-properties-athena-workgroup-managedqueryresultsconfiguration.html)
@@ -131,0 +135,11 @@ _Minimum_ : `20`
+`ManagedQueryResultsConfiguration`
+    
+
+The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results. 
+
+_Required_ : No
+
+ _Type_ : [ManagedQueryResultsConfiguration](./aws-properties-athena-workgroup-managedqueryresultsconfiguration.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+