AWS cli documentation change
Summary
Added StorageEncryptionType field documentation and updated CLI version references
Security assessment
Added documentation for StorageEncryptionType parameter explaining encryption options for DB clusters. This documents security features but shows no evidence of addressing a security issue.
Diff
diff --git a/cli/latest/reference/rds/delete-db-cluster.md b/cli/latest/reference/rds/delete-db-cluster.md index cadbe1577..febaa3e45 100644 --- a//cli/latest/reference/rds/delete-db-cluster.md +++ b//cli/latest/reference/rds/delete-db-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -532,0 +533,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` +>> + @@ -1168 +1186 @@ DBCluster -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »