AWS cli documentation change
Summary
Added StorageEncryptionType field documentation showing encryption options for DB clusters
Security assessment
Added documentation about encryption types (none, sse-rds, sse-kms) for data-at-rest protection. This improves security awareness but doesn't fix a vulnerability.
Diff
diff --git a/cli/latest/reference/rds/modify-db-cluster.md b/cli/latest/reference/rds/modify-db-cluster.md index 22b9719b6..e3812e778 100644 --- a//cli/latest/reference/rds/modify-db-cluster.md +++ b//cli/latest/reference/rds/modify-db-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -1318,0 +1319,18 @@ DBCluster -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the DB cluster. Possible values: +>> +>> * `none` \- The DB cluster is not encrypted. +>> * `sse-rds` \- The DB cluster is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The DB cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -1954 +1972 @@ DBCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »