Uses of Enum
software.amazon.awscdk.core.CfnDeletionPolicy

Packages that use CfnDeletionPolicy
Package
Description
AWS Cloud Development Kit Core Library
  • Uses of CfnDeletionPolicy in software.amazon.awscdk.core

    Modifier and Type
    Method
    Description
    ICfnResourceOptions.getDeletionPolicy()
    With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
    ICfnResourceOptions.Jsii$Default.getDeletionPolicy()
    With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
    ICfnResourceOptions.Jsii$Proxy.getDeletionPolicy()
    With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
    ICfnResourceOptions.getUpdateReplacePolicy()
    Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
    ICfnResourceOptions.Jsii$Default.getUpdateReplacePolicy()
    Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
    ICfnResourceOptions.Jsii$Proxy.getUpdateReplacePolicy()
    Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
    CfnDeletionPolicy.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    CfnDeletionPolicy.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in software.amazon.awscdk.core with parameters of type CfnDeletionPolicy
    Modifier and Type
    Method
    Description
    default void
    ICfnResourceOptions.Jsii$Default.setDeletionPolicy(CfnDeletionPolicy value)
    With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
    final void
    ICfnResourceOptions.Jsii$Proxy.setDeletionPolicy(CfnDeletionPolicy value)
    With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
    default void
    ICfnResourceOptions.setDeletionPolicy(CfnDeletionPolicy value)
    With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
    default void
    ICfnResourceOptions.Jsii$Default.setUpdateReplacePolicy(CfnDeletionPolicy value)
    Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
    final void
    ICfnResourceOptions.Jsii$Proxy.setUpdateReplacePolicy(CfnDeletionPolicy value)
    Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
    default void
    ICfnResourceOptions.setUpdateReplacePolicy(CfnDeletionPolicy value)
    Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.