AWS cli documentation change
Summary
Clarified KMS key identification requirements for component encryption
Security assessment
Enhanced documentation about KMS key usage (ARN requirements) for encrypting components. Improves clarity around security best practices for encryption key management.
Diff
diff --git a/cli/latest/reference/imagebuilder/create-component.md b/cli/latest/reference/imagebuilder/create-component.md index e9123e5e7..44bed24a1 100644 --- a//cli/latest/reference/imagebuilder/create-component.md +++ b//cli/latest/reference/imagebuilder/create-component.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -215 +215 @@ Syntax: -> The ID of the KMS key that is used to encrypt this component. +> The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component. 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_ . @@ -460 +460 @@ componentBuildVersionArn -> (string) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »