AWS cli documentation change
Summary
Expanded KMS key documentation with specification formats and permission requirements
Security assessment
The changes enhance documentation about encryption key usage patterns and access requirements, improving security documentation clarity but without indicating a specific vulnerability fix. The update clarifies proper KMS key configuration which helps prevent misconfiguration-related security risks.
Diff
diff --git a/cli/latest/reference/transcribe/start-call-analytics-job.md b/cli/latest/reference/transcribe/start-call-analytics-job.md index 756d23e68..f1e4000ec 100644 --- a//cli/latest/reference/transcribe/start-call-analytics-job.md +++ b//cli/latest/reference/transcribe/start-call-analytics-job.md @@ -15 +15 @@ - * [AWS CLI 2.28.6 Command Reference](../../index.html) » + * [AWS CLI 2.28.8 Command Reference](../../index.html) » @@ -188 +188 @@ JSON Syntax: -> The Amazon Resource Name (ARN) of a KMS key that you want to use to encrypt your Call Analytics output. +> The KMS key you want to use to encrypt your Call Analytics output. @@ -190 +190,15 @@ JSON Syntax: -> KMS key ARNs have the format `arn:partition:kms:region:account:key/key-id` . For example: `arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab` . For more information, see [KMS key ARNs](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) . +> If using a key located in the **current** Amazon Web Services account, you can specify your KMS key in one of four ways: +> +> * Use the KMS key ID itself. For example, `1234abcd-12ab-34cd-56ef-1234567890ab` . +> * Use an alias for the KMS key ID. For example, `alias/ExampleAlias` . +> * Use the Amazon Resource Name (ARN) for the KMS key ID. For example, `arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab` . +> * Use the ARN for the KMS key alias. For example, `arn:aws:kms:region:account-ID:alias/ExampleAlias` . +> + +> +> If using a key located in a **different** Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways: +> +> * Use the ARN for the KMS key ID. For example, `arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab` . +> * Use the ARN for the KMS key alias. For example, `arn:aws:kms:region:account-ID:alias/ExampleAlias` . +> + @@ -194 +208,3 @@ JSON Syntax: -> Note that the role making the request and the role specified in the `DataAccessRoleArn` request parameter (if present) must have permission to use the specified KMS key. +> If you specify a KMS key to encrypt your output, you must also specify an output location using the `OutputLocation` parameter. +> +> Note that the role making the request must have permission to use the specified KMS key. @@ -860 +876 @@ CallAnalyticsJob -> (structure) - * [AWS CLI 2.28.6 Command Reference](../../index.html) » + * [AWS CLI 2.28.8 Command Reference](../../index.html) »