| Modifier and Type | Method and Description |
|---|---|
default CfnDeletionPolicy |
ICfnResourceOptions.getDeletionPolicy()
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
|
CfnDeletionPolicy |
ICfnResourceOptions.Jsii$Proxy.getDeletionPolicy()
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
|
default CfnDeletionPolicy |
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.
|
CfnDeletionPolicy |
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.
|
static CfnDeletionPolicy |
CfnDeletionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CfnDeletionPolicy[] |
CfnDeletionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.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.
|
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.
|
Copyright © 2020. All rights reserved.