AWS aws-backup documentation change
Summary
Added EncryptionKeyType field to recovery point documentation
Security assessment
Documents encryption metadata for recovery points but doesn't fix vulnerabilities. Enhances security auditing capabilities through better documentation.
Diff
diff --git a/aws-backup/latest/devguide/API_DescribeRecoveryPoint.md b/aws-backup/latest/devguide/API_DescribeRecoveryPoint.md index dcbe8998a..c196090df 100644 --- a//aws-backup/latest/devguide/API_DescribeRecoveryPoint.md +++ b//aws-backup/latest/devguide/API_DescribeRecoveryPoint.md @@ -75,0 +76 @@ The request does not have a request body. + "EncryptionKeyType": "**_string_** ", @@ -170,0 +172,9 @@ Type: String +**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` +