@Generated(value="jsii-pacmak/1.38.0 (build 717bef2)", date="2021-10-08T18:43:53.145Z") @Stability(value=Stable) public interface RemovalPolicyOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
RemovalPolicyOptions.Builder
A builder for
RemovalPolicyOptions |
static class |
RemovalPolicyOptions.Jsii$Proxy
An implementation for
RemovalPolicyOptions |
Modifier and Type | Method and Description |
---|---|
static RemovalPolicyOptions.Builder |
builder() |
default Boolean |
getApplyToUpdateReplacePolicy()
Apply the same deletion policy to the resource's "UpdateReplacePolicy".
|
default RemovalPolicy |
getDefaultValue()
The default policy to apply in case the removal policy is not defined.
|
@Stability(value=Stable) @Nullable default Boolean getApplyToUpdateReplacePolicy()
Default: true
@Stability(value=Stable) @Nullable default RemovalPolicy getDefaultValue()
Default: - Default value is resource specific. To determine the default value for a resoure, please consult that specific resource's documentation.
@Stability(value=Stable) static RemovalPolicyOptions.Builder builder()
RemovalPolicyOptions.Builder
of RemovalPolicyOptions
Copyright © 2021. All rights reserved.