AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-07 · Documentation low

File: cli/latest/reference/backup/describe-recovery-point.md

Summary

Added EncryptionKeyType field documentation

Security assessment

Adds encryption key type details for recovery points to improve security visibility, not addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/backup/describe-recovery-point.md b/cli/latest/reference/backup/describe-recovery-point.md
index fcd42bbed..1ca0e3433 100644
--- a//cli/latest/reference/backup/describe-recovery-point.md
+++ b//cli/latest/reference/backup/describe-recovery-point.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
@@ -441,0 +442,11 @@ IndexStatusMessage -> (string)
+EncryptionKeyType -> (string)
+
+> The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.
+> 
+> Possible values:
+> 
+>   * `AWS_OWNED_KMS_KEY`
+>   * `CUSTOMER_MANAGED_KMS_KEY`
+> 
+
+
@@ -452 +463 @@ IndexStatusMessage -> (string)
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »