AWS cli documentation change
Summary
Added EncryptionKeyType field documentation
Security assessment
Adds encryption key type details to resource recovery point listings for improved security visibility, not addressing a specific security issue.
Diff
diff --git a/cli/latest/reference/backup/list-recovery-points-by-resource.md b/cli/latest/reference/backup/list-recovery-points-by-resource.md index eada14920..610563fd8 100644 --- a//cli/latest/reference/backup/list-recovery-points-by-resource.md +++ b//cli/latest/reference/backup/list-recovery-points-by-resource.md @@ -15 +15 @@ - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) » @@ -338,0 +339,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` +>>> + @@ -350 +361 @@ RecoveryPoints -> (list) - * [AWS CLI 2.31.28 Command Reference](../../index.html) » + * [AWS CLI 2.31.31 Command Reference](../../index.html) »