@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-08-14T23:35:55.599Z") @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 RemovalPolicyOptionsCopyright © 2020. All rights reserved.