AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rds/delete-global-cluster.md

Summary

Added 'StorageEncryptionType' field documentation to global cluster output, explaining encryption options for data at rest

Security assessment

Documents encryption types without evidence of security vulnerability remediation. Improves awareness of encryption options but doesn't address specific security issues.

Diff

diff --git a/cli/latest/reference/rds/delete-global-cluster.md b/cli/latest/reference/rds/delete-global-cluster.md
index 5671a0605..f74ab7fc9 100644
--- a//cli/latest/reference/rds/delete-global-cluster.md
+++ b//cli/latest/reference/rds/delete-global-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -293,0 +294,18 @@ GlobalCluster -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> The type of encryption used to protect data at rest in the global database cluster. Possible values:
+>> 
+>>   * `none` \- The global database cluster is not encrypted.
+>>   * `sse-rds` \- The global database cluster is encrypted using an Amazon Web Services owned KMS key.
+>>   * `sse-kms` \- The global database cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-kms`
+>>   * `sse-rds`
+>> 
+
@@ -415 +433 @@ GlobalCluster -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »