AWS cli documentation change
Summary
Added StorageEncryptionType field documentation showing encryption options for global clusters
Security assessment
Documented data-at-rest encryption types for global clusters. This is preventive security documentation, not a vulnerability fix.
Diff
diff --git a/cli/latest/reference/rds/modify-global-cluster.md b/cli/latest/reference/rds/modify-global-cluster.md index 8548d408f..f39e4182f 100644 --- a//cli/latest/reference/rds/modify-global-cluster.md +++ b//cli/latest/reference/rds/modify-global-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -350,0 +351,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` +>> + @@ -472 +490 @@ GlobalCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »