AWS cli documentation change
Summary
Added EncryptionKeyType field documentation
Security assessment
Documents encryption key type information for recovery points to enhance security monitoring, without evidence of vulnerability remediation.
Diff
diff --git a/cli/latest/reference/backup/list-recovery-points-by-backup-vault.md b/cli/latest/reference/backup/list-recovery-points-by-backup-vault.md index c220cd60b..f44cea66e 100644 --- a//cli/latest/reference/backup/list-recovery-points-by-backup-vault.md +++ b//cli/latest/reference/backup/list-recovery-points-by-backup-vault.md @@ -15 +15 @@ - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) » @@ -509,0 +510,11 @@ RecoveryPoints -> (list) +>> +>> EncryptionKeyType -> (string) +>> +>>> The type of encryption key used for the recovery point. 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` +>>> + @@ -521 +532 @@ RecoveryPoints -> (list) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »