Uses of Interface
software.amazon.awscdk.RemovalPolicyProps
Packages that use RemovalPolicyProps
-
Uses of RemovalPolicyProps in software.amazon.awscdk
Classes in software.amazon.awscdk that implement RemovalPolicyPropsMethods in software.amazon.awscdk that return RemovalPolicyPropsModifier and TypeMethodDescriptionRemovalPolicyProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk with parameters of type RemovalPolicyPropsModifier and TypeMethodDescriptionvoidMissingRemovalPolicies.apply(RemovalPolicy policy, RemovalPolicyProps props) Apply a removal policy only to resources without existing policies within this scope.voidRemovalPolicies.apply(RemovalPolicy policy, RemovalPolicyProps props) Apply a removal policy to all resources within this scope, overriding any existing policies.voidMissingRemovalPolicies.destroy(RemovalPolicyProps props) Apply DESTROY removal policy only to resources without existing policies within this scope.voidRemovalPolicies.destroy(RemovalPolicyProps props) Apply DESTROY removal policy to all resources within this scope.voidMissingRemovalPolicies.retain(RemovalPolicyProps props) Apply RETAIN removal policy only to resources without existing policies within this scope.voidRemovalPolicies.retain(RemovalPolicyProps props) Apply RETAIN removal policy to all resources within this scope.voidMissingRemovalPolicies.retainOnUpdateOrDelete(RemovalPolicyProps props) Apply RETAIN_ON_UPDATE_OR_DELETE removal policy only to resources without existing policies within this scope.voidRemovalPolicies.retainOnUpdateOrDelete(RemovalPolicyProps props) Apply RETAIN_ON_UPDATE_OR_DELETE removal policy to all resources within this scope.voidMissingRemovalPolicies.snapshot(RemovalPolicyProps props) Apply SNAPSHOT removal policy only to resources without existing policies within this scope.voidRemovalPolicies.snapshot(RemovalPolicyProps props) Apply SNAPSHOT removal policy to all resources within this scope.