AWS cli documentation change
Summary
Added 'allowedResultReceivers' (AWS account IDs permitted to receive query results) and 'allowedAdditionalAnalyses' fields with constraints.
Security assessment
New fields explicitly control result access permissions, enhancing security documentation. No evidence of vulnerability remediation.
Diff
diff --git a/cli/latest/reference/cleanrooms/get-schema-analysis-rule.md b/cli/latest/reference/cleanrooms/get-schema-analysis-rule.md index 734027b23..1c354a910 100644 --- a//cli/latest/reference/cleanrooms/get-schema-analysis-rule.md +++ b//cli/latest/reference/cleanrooms/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) » @@ -685,0 +686,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_\/.]+|\*)` +>>>>>> + @@ -1404 +1439 @@ analysisRule -> (structure) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »