AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added StorageEncryptionType field documentation and updated CLI version references

Security assessment

Added documentation for StorageEncryptionType parameter explaining encryption options for data at rest. This documents security features but doesn't indicate a security issue was fixed.

Diff

diff --git a/cli/latest/reference/rds/create-global-cluster.md b/cli/latest/reference/rds/create-global-cluster.md
index 836b62a59..f6c0fe2a8 100644
--- a//cli/latest/reference/rds/create-global-cluster.md
+++ b//cli/latest/reference/rds/create-global-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -415,0 +416,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`
+>> 
+
@@ -537 +555 @@ GlobalCluster -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »