(aws-certificatemanager): DnsValidatedCertificate should support RemovalPolicy #15871
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-certificatemanager
Related to Amazon Certificate Manager
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
DnsValidatedCertificate currently does not support the application of a RemovalPolicy. Without this, the certificates default to "Delete". If we want to Retain them, this doesn't seem possible without resorting to ugly syntax like referencing the node children directly.
Use Case
We want to be able to specify the removal policy on certificates created via DnsValidatedCertificate.
Proposed Solution
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: