Support removalPolicy
for stateful resources
#188
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Hello!
Issue details
Many stateful resources in the AWS Construct Library accept a
removalPolicy
as a property, typically defaulting it toRETAIN
.If the AWS Construct Library resource does not accept a removalPolicy argument, users can configure it by using the escape hatch mechanism, as shown in the following example:
Right now pulumi-cdk doesn't respect the removal policy and always deletes the resources.
Affected area/feature
The text was updated successfully, but these errors were encountered: