@cdk-x/core
    Preparing search index...

    Interface RemovalPolicyOptions

    interface RemovalPolicyOptions {
        applyToUpdateReplacePolicy?: boolean;
        default?: RemovalPolicy;
    }
    Index

    Properties

    applyToUpdateReplacePolicy?: boolean

    Apply the same deletion policy to the resource's "UpdateReplacePolicy"

    true
    
    default?: RemovalPolicy

    The default policy to apply in case the removal policy is not defined.

    - Default value is resource specific. To determine the default value for a resource,
    please consult that specific resource's documentation.