AWS cli documentation change
Summary
Added two new output fields (ownerAccountId and kmsKeyId) to the destinationConfiguration structure for scheduled queries
Security assessment
The addition of kmsKeyId output field documents encryption configuration for query results, which is a security feature. The ownerAccountId field helps with access control visibility. This change aligns with the create-scheduled-query update but provides output documentation rather than addressing a security issue.
Diff
diff --git a/cli/latest/reference/logs/get-scheduled-query.md b/cli/latest/reference/logs/get-scheduled-query.md index 1f6ee78e4..7f1f2d79b 100644 --- a//cli/latest/reference/logs/get-scheduled-query.md +++ b//cli/latest/reference/logs/get-scheduled-query.md @@ -15 +15 @@ - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) » @@ -337,0 +338,22 @@ destinationConfiguration -> (structure) +>> +>> ownerAccountId -> (string) +>> +>>> The AWS accountId for the bucket owning account. +>>> +>>> Constraints: +>>> +>>> * min: `12` +>>> * max: `12` +>>> * pattern: `^\d{12}$` +>>> + +>> +>> kmsKeyId -> (string) +>> +>>> The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. +>>> +>>> Constraints: +>>> +>>> * max: `256` +>>> + @@ -434 +456 @@ lastUpdatedTime -> (long) - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) »