AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-01 · Documentation low

File: cli/latest/reference/cleanrooms/get-configured-table-analysis-rule.md

Summary

Added two new security parameters to analysis rules: 'allowedResultReceivers' (specifies accounts allowed to receive query results) and 'allowedAdditionalAnalyses' (defines permitted custom analyses).

Security assessment

Documents new granular access controls for query results and analyses in Clean Rooms, enhancing data security. No evidence of vulnerability remediation.

Diff

diff --git a/cli/latest/reference/cleanrooms/get-configured-table-analysis-rule.md b/cli/latest/reference/cleanrooms/get-configured-table-analysis-rule.md
index 163d5701d..e92fac979 100644
--- a//cli/latest/reference/cleanrooms/get-configured-table-analysis-rule.md
+++ b//cli/latest/reference/cleanrooms/get-configured-table-analysis-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -650,0 +651,35 @@ analysisRule -> (structure)
+>>>> 
+>>>> 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_\/.]+|\*)`
+>>>>>> 
+
@@ -682 +717 @@ analysisRule -> (structure)
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »