AWS cli documentation change
Summary
Added StorageEncryptionType documentation detailing encryption options for DB cluster snapshots
Security assessment
Documents encryption types (none, sse-rds, sse-kms) for cluster snapshots without evidence of security vulnerability remediation - improves security feature documentation
Diff
diff --git a/cli/latest/reference/rds/create-db-cluster-snapshot.md b/cli/latest/reference/rds/create-db-cluster-snapshot.md index 18a7bc415..ab45a777e 100644 --- a//cli/latest/reference/rds/create-db-cluster-snapshot.md +++ b//cli/latest/reference/rds/create-db-cluster-snapshot.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -392,0 +393,18 @@ DBClusterSnapshot -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the DB cluster snapshot. Possible values: +>> +>> * `none` \- The DB cluster snapshot is not encrypted. +>> * `sse-rds` \- The DB cluster snapshot is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The DB cluster snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -470 +488 @@ DBClusterSnapshot -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »