| 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() |
default RemovalPolicy |
NestedStackProps.getRemovalPolicy()
Policy to apply when the nested stack is removed.
|
RemovalPolicy |
NestedStackProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
CustomResourceProps.getRemovalPolicy()
The policy to apply when this resource is removed from the application.
|
RemovalPolicy |
CustomResourceProps.Jsii$Proxy.getRemovalPolicy() |
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 |
Resource.applyRemovalPolicy(RemovalPolicy policy)
Apply the given removal policy to this resource.
|
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() |
NestedStack.Builder |
NestedStack.Builder.removalPolicy(RemovalPolicy removalPolicy)
Policy to apply when the nested stack is removed.
|
NestedStackProps.Builder |
NestedStackProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
NestedStackProps.getRemovalPolicy() |
CustomResourceProps.Builder |
CustomResourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
CustomResourceProps.getRemovalPolicy() |
CustomResource.Builder |
CustomResource.Builder.removalPolicy(RemovalPolicy removalPolicy)
The policy to apply when this resource is removed from the application.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean applyToUpdateReplacePolicy,
RemovalPolicy defaultValue)
Constructor that initializes the object based on literal property values passed by the
RemovalPolicyOptions.Builder. |
Jsii$Proxy(List<String> notificationArns,
Map<String,String> parameters,
RemovalPolicy removalPolicy,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
NestedStackProps.Builder. |
Jsii$Proxy(String serviceToken,
Boolean pascalCaseProperties,
Map<String,? extends Object> properties,
RemovalPolicy removalPolicy,
String resourceType)
Constructor that initializes the object based on literal property values passed by the
CustomResourceProps.Builder. |
Copyright © 2021. All rights reserved.