AWS cli documentation change
Summary
Added StorageEncryptionType field documentation and updated CLI version references
Security assessment
Added documentation for StorageEncryptionType parameter showing encryption options for instance backups. This enhances security documentation without indicating a resolved vulnerability.
Diff
diff --git a/cli/latest/reference/rds/delete-db-instance-automated-backup.md b/cli/latest/reference/rds/delete-db-instance-automated-backup.md index d7e7ba109..b58d43fea 100644 --- a//cli/latest/reference/rds/delete-db-instance-automated-backup.md +++ b//cli/latest/reference/rds/delete-db-instance-automated-backup.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -352,0 +353,18 @@ DBInstanceAutomatedBackup -> (structure) +> +> StorageEncryptionType -> (string) +> +>> The type of encryption used to protect data at rest in the automated backup. Possible values: +>> +>> * `none` \- The automated backup is not encrypted. +>> * `sse-rds` \- The automated backup is encrypted using an Amazon Web Services owned KMS key. +>> * `sse-kms` \- The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key. +>> + +>> +>> Possible values: +>> +>> * `none` +>> * `sse-kms` +>> * `sse-rds` +>> + @@ -480 +498 @@ DBInstanceAutomatedBackup -> (structure) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »