AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added 'StorageEncryptionType' field documentation to cluster snapshots output

Security assessment

Documents encryption methods for snapshots without evidence of security incident. Improves security feature documentation but doesn't fix vulnerabilities.

Diff

diff --git a/cli/latest/reference/rds/describe-db-cluster-snapshots.md b/cli/latest/reference/rds/describe-db-cluster-snapshots.md
index 9b32d0528..bb62eaf99 100644
--- a//cli/latest/reference/rds/describe-db-cluster-snapshots.md
+++ b//cli/latest/reference/rds/describe-db-cluster-snapshots.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -504,0 +505,18 @@ DBClusterSnapshots -> (list)
+>> 
+>> StorageEncryptionType -> (string)
+>>
+>>> The type of encryption used to protect data at rest in the DB cluster snapshot. Possible values:
+>>> 
+>>>   * `none` \- The DB cluster snapshot is not encrypted.
+>>>   * `sse-rds` \- The DB cluster snapshot is encrypted using an Amazon Web Services owned KMS key.
+>>>   * `sse-kms` \- The DB cluster snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>>> 
+
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `none`
+>>>   * `sse-kms`
+>>>   * `sse-rds`
+>>> 
+
@@ -582 +600 @@ DBClusterSnapshots -> (list)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »