AWS cli documentation change
Summary
Added documentation for StorageEncryptionType field describing encryption types for global clusters
Security assessment
Adds details about encryption-at-rest options (none/sse-kms/sse-rds) for global database clusters, improving security documentation without evidence of vulnerability remediation.
Diff
diff --git a/cli/latest/reference/rds/describe-global-clusters.md b/cli/latest/reference/rds/describe-global-clusters.md index c46f3dc38..2d25a2276 100644 --- a//cli/latest/reference/rds/describe-global-clusters.md +++ b//cli/latest/reference/rds/describe-global-clusters.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -390,0 +391,18 @@ GlobalClusters -> (list) +>> +>> 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` +>>> + @@ -512 +530 @@ GlobalClusters -> (list) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »