AWS cli documentation change
Summary
Updated AWS CLI version reference and added StorageEncryptionType documentation for global clusters
Security assessment
Added at-rest encryption documentation for global clusters. No evidence this change addresses a specific security vulnerability; appears to be feature documentation improvement.
Diff
diff --git a/cli/latest/reference/rds/switchover-global-cluster.md b/cli/latest/reference/rds/switchover-global-cluster.md index c9c4cd57d..b594ffcba 100644 --- a//cli/latest/reference/rds/switchover-global-cluster.md +++ b//cli/latest/reference/rds/switchover-global-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -276,0 +277,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` +>> + @@ -398 +416 @@ GlobalCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »