AWS cli documentation change
Summary
Added EncryptionKeyType field to output documentation
Security assessment
Includes encryption key type information in vault listings for better security auditing capabilities, but not a security fix.
Diff
diff --git a/cli/latest/reference/backup/list-backup-vaults.md b/cli/latest/reference/backup/list-backup-vaults.md index 7024b87b2..ad22d244b 100644 --- a//cli/latest/reference/backup/list-backup-vaults.md +++ b//cli/latest/reference/backup/list-backup-vaults.md @@ -15 +15 @@ - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) » @@ -319,0 +320,11 @@ BackupVaultList -> (list) +>> +>> EncryptionKeyType -> (string) +>> +>>> The type of encryption key used for the backup vault. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys. +>>> +>>> Possible values: +>>> +>>> * `AWS_OWNED_KMS_KEY` +>>> * `CUSTOMER_MANAGED_KMS_KEY` +>>> + @@ -335 +346 @@ NextToken -> (string) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »