AWS cli documentation change
Summary
Updated KMS key identifier documentation to specify ARN formats and added KMS documentation link
Security assessment
Clarifies proper KMS key usage for encryption but does not address a specific vulnerability. Enhances security documentation by specifying ARN formats.
Diff
diff --git a/cli/latest/reference/imagebuilder/get-workflow.md b/cli/latest/reference/imagebuilder/get-workflow.md index 4c3a42aa6..1c1462ac4 100644 --- a//cli/latest/reference/imagebuilder/get-workflow.md +++ b//cli/latest/reference/imagebuilder/get-workflow.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -312 +312 @@ workflow -> (structure) ->> The KMS key identifier used to encrypt the workflow resource. +>> The KMS key identifier used to encrypt the workflow resource. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the _Key Management Service Developer Guide_ . @@ -421 +421 @@ workflow -> (structure) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »