ActionOnUnmanage interface
Defines the behavior of resources that are no longer managed after the stack is updated or deleted.
Properties
| management |
Specifies an action for a newly unmanaged resource management group. |
| resource |
Specifies an action for a newly unmanaged resource group. |
| resources | Specifies an action for a newly unmanaged resource. |
| resources |
Some resources do not support deletion. This flag will denote how the stack should handle those resources. |
Property Details
managementGroups
Specifies an action for a newly unmanaged resource management group.
managementGroups?: string
Property Value
string
resourceGroups
Specifies an action for a newly unmanaged resource group.
resourceGroups?: string
Property Value
string
resources
Specifies an action for a newly unmanaged resource.
resources: string
Property Value
string
resourcesWithoutDeleteSupport
Some resources do not support deletion. This flag will denote how the stack should handle those resources.
resourcesWithoutDeleteSupport?: string
Property Value
string