We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a711425 commit 09d89c3Copy full SHA for 09d89c3
packages/@aws-cdk/core/lib/removal-policy.ts
@@ -16,7 +16,8 @@ export interface RemovalPolicyOptions {
16
/**
17
* The default policy to apply in case the removal policy is not defined.
18
*
19
- * @default RemovalPolicy.Retain
+ * @default - Default value is resource specific. To determine the default value for a resoure,
20
+ * please consult that specific resource's documentation.
21
*/
22
readonly default?: RemovalPolicy;
23
0 commit comments