AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-19 · Documentation low

File: cli/latest/reference/rds/describe-db-cluster-automated-backups.md

Summary

Added documentation for 'StorageEncryptionType' field in automated backups output

Security assessment

Explains encryption status of backups without indicating security fixes. Enhances documentation of security features but doesn't address vulnerabilities.

Diff

diff --git a/cli/latest/reference/rds/describe-db-cluster-automated-backups.md b/cli/latest/reference/rds/describe-db-cluster-automated-backups.md
index 8f2e60912..9e229ab39 100644
--- a//cli/latest/reference/rds/describe-db-cluster-automated-backups.md
+++ b//cli/latest/reference/rds/describe-db-cluster-automated-backups.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -363,0 +364,18 @@ DBClusterAutomatedBackups -> (list)
+>> 
+>> StorageEncryptionType -> (string)
+>>
+>>> The type of encryption used to protect data at rest in the automated backup. Possible values:
+>>> 
+>>>   * `none` \- The automated backup is not encrypted.
+>>>   * `sse-rds` \- The automated backup is encrypted using an Amazon Web Services owned KMS key.
+>>>   * `sse-kms` \- The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>>> 
+
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `none`
+>>>   * `sse-kms`
+>>>   * `sse-rds`
+>>> 
+
@@ -461 +479 @@ DBClusterAutomatedBackups -> (list)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »