AWS aws-backup documentation change
Summary
Added EncryptionKeyType documentation for recovery point listings
Security assessment
Expands encryption key type documentation without evidence of security fixes. Improves security posture awareness for backup vault contents.
Diff
diff --git a/aws-backup/latest/devguide/API_RecoveryPointByBackupVault.md b/aws-backup/latest/devguide/API_RecoveryPointByBackupVault.md index ca74a1350..797db8c01 100644 --- a//aws-backup/latest/devguide/API_RecoveryPointByBackupVault.md +++ b//aws-backup/latest/devguide/API_RecoveryPointByBackupVault.md @@ -95,0 +96,11 @@ Required: No +**EncryptionKeyType** + + +The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or AWS_OWNED_KMS_KEY for AWS-owned keys. + +Type: String + +Valid Values: `AWS_OWNED_KMS_KEY | CUSTOMER_MANAGED_KMS_KEY` + +Required: No +