AWS cli documentation change
Summary
Updated KMS key identifier documentation to specify ARN formats and added KMS documentation link
Security assessment
Provides clearer instructions for KMS key usage in encryption without addressing a vulnerability. Strengthens security documentation.
Diff
diff --git a/cli/latest/reference/imagebuilder/update-distribution-configuration.md b/cli/latest/reference/imagebuilder/update-distribution-configuration.md index d86aa66e6..b1a5efc77 100644 --- a//cli/latest/reference/imagebuilder/update-distribution-configuration.md +++ b//cli/latest/reference/imagebuilder/update-distribution-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -213 +213 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/imageb ->>>> The KMS key identifier used to encrypt the distributed image. +>>>> The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt the distributed image. 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_ . @@ -868 +868 @@ distributionConfigurationArn -> (string) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »