AWS cli documentation change
Summary
Added documentation for StorageEncryptionType field showing encryption options for DB snapshots
Security assessment
The change documents StorageEncryptionType values and encryption methods (none, sse-rds, sse-kms) but doesn't indicate any security vulnerability being fixed - only enhances documentation of existing security features
Diff
diff --git a/cli/latest/reference/rds/copy-db-snapshot.md b/cli/latest/reference/rds/copy-db-snapshot.md index 489b6449c..0a8daaa81 100644 --- a//cli/latest/reference/rds/copy-db-snapshot.md +++ b//cli/latest/reference/rds/copy-db-snapshot.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -506,0 +507,18 @@ DBSnapshot -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the DB snapshot. Possible values: +>> +>> * `none` \- The DB snapshot is not encrypted. +>> * `sse-rds` \- The DB snapshot is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The DB snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -682 +700 @@ DBSnapshot -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »