| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
RemovalPolicyOptions.getDefaultValue()
The default policy to apply in case the removal policy is not defined.
|
RemovalPolicy |
RemovalPolicyOptions.Jsii$Proxy.getDefaultValue() |
static RemovalPolicy |
RemovalPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemovalPolicy[] |
RemovalPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnResource.applyRemovalPolicy(RemovalPolicy policy)
Sets the deletion policy of the resource based on the removal policy specified.
|
void |
CfnResource.applyRemovalPolicy(RemovalPolicy policy,
RemovalPolicyOptions options)
Sets the deletion policy of the resource based on the removal policy specified.
|
RemovalPolicyOptions.Builder |
RemovalPolicyOptions.Builder.defaultValue(RemovalPolicy defaultValue)
Sets the value of
RemovalPolicyOptions.getDefaultValue() |
Copyright © 2020. All rights reserved.