AWS cli documentation change
Summary
Added StorageEncryptionType documentation and updated CLI version
Security assessment
Added documentation for StorageEncryptionType field describing encryption types (none, sse-kms, sse-rds). This enhances security documentation but doesn't fix a specific vulnerability.
Diff
diff --git a/cli/latest/reference/rds/copy-db-cluster-snapshot.md b/cli/latest/reference/rds/copy-db-cluster-snapshot.md index 2a3e850c5..12c97ce4b 100644 --- a//cli/latest/reference/rds/copy-db-cluster-snapshot.md +++ b//cli/latest/reference/rds/copy-db-cluster-snapshot.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -455,0 +456,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` +>> + @@ -533 +551 @@ DBClusterSnapshot -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »