Skip to content

Commit 09d89c3

Browse files
NGL321mergify[bot]
authored andcommitted
fix(core): removalpolicy correct default (#4499)
* fix(core): removalpolicy correct default Resolves #4416 * update for suggested changes * Readded @default tag
1 parent a711425 commit 09d89c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@aws-cdk/core/lib/removal-policy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export interface RemovalPolicyOptions {
1616
/**
1717
* The default policy to apply in case the removal policy is not defined.
1818
*
19-
* @default RemovalPolicy.Retain
19+
* @default - Default value is resource specific. To determine the default value for a resoure,
20+
* please consult that specific resource's documentation.
2021
*/
2122
readonly default?: RemovalPolicy;
2223

0 commit comments

Comments
 (0)