Skip to content

Commit

Permalink
fix(core): removalpolicy correct default (aws#4499)
Browse files Browse the repository at this point in the history
* fix(core): removalpolicy correct default

Resolves aws#4416

* update for suggested changes

* Readded @default tag
  • Loading branch information
NGL321 authored and mergify[bot] committed Oct 22, 2019
1 parent a711425 commit 09d89c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/core/lib/removal-policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export interface RemovalPolicyOptions {
/**
* The default policy to apply in case the removal policy is not defined.
*
* @default RemovalPolicy.Retain
* @default - Default value is resource specific. To determine the default value for a resoure,
* please consult that specific resource's documentation.
*/
readonly default?: RemovalPolicy;

Expand Down

0 comments on commit 09d89c3

Please sign in to comment.