AWS Security ChangesHomeSearch

AWS cli high security documentation change

Service: cli · 2026-07-01 · Security-related high

File: cli/latest/reference/cleanrooms/batch-get-schema-analysis-rule.md

Summary

Added 'allowedResultReceivers' and 'allowedAdditionalAnalyses' fields to configure query result destinations and permitted analyses

Security assessment

Added security controls to restrict query results to specific AWS accounts (allowedResultReceivers) and limit additional analyses (allowedAdditionalAnalyses). These enforce data access boundaries and prevent unauthorized result exposure.

Diff

diff --git a/cli/latest/reference/cleanrooms/batch-get-schema-analysis-rule.md b/cli/latest/reference/cleanrooms/batch-get-schema-analysis-rule.md
index 64ce816ea..e6ec70dca 100644
--- a//cli/latest/reference/cleanrooms/batch-get-schema-analysis-rule.md
+++ b//cli/latest/reference/cleanrooms/batch-get-schema-analysis-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -728,0 +729,35 @@ analysisRules -> (list)
+>>>>> 
+>>>>> allowedResultReceivers -> (list)
+>>>>>
+>>>>>> The list of Amazon Web Services account IDs that are allowed to receive results from queries run on the configured table.
+>>>>>> 
+>>>>>> (string)
+>>>>>>
+>>>>>>> Constraints:
+>>>>>>> 
+>>>>>>>   * min: `12`
+>>>>>>>   * max: `12`
+>>>>>>>   * pattern: `\d+`
+>>>>>>> 
+
+>>>>> 
+>>>>> allowedAdditionalAnalyses -> (list)
+>>>>>
+>>>>>> The list of allowed additional analyses for the custom analysis rule.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `0`
+>>>>>>   * max: `25`
+>>>>>> 
+
+>>>>>> 
+>>>>>> (string)
+>>>>>>
+>>>>>>> Constraints:
+>>>>>>> 
+>>>>>>>   * min: `0`
+>>>>>>>   * max: `256`
+>>>>>>>   * pattern: `arn:aws:cleanrooms:[\w]{2}-[\w]{4,9}-[\d]:([\d]{12}|\*):membership\/[\*\d\w-]+\/configuredaudiencemodelassociation\/[\*\d\w-]+$|^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:([0-9]{12}|\*):membership\/[\*\d\w-]+\/configured-model-algorithm-association\/([-a-zA-Z0-9_\/.]+|\*)`
+>>>>>>> 
+
@@ -1495 +1530 @@ errors -> (list)
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »