Updates termination protection for the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails, and the stack remains unchanged. It is suggested to enable the termination protection after creating a stack and disabling it before deletion.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
AWS Access Key |
| Yes | The access key found on the "Security Credentials" page of the AWS management console. |
AWS Secret Key |
| Yes | The secret key found on the "Security Credentials" page of the AWS management console. |
AWS Region |
| Yes | The AWS region to operate on. To find the endpoint code for your region, see Amazon's Documentation. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Stack Name |
| Yes | The name or Id for the stack to update |
Enable Termination Protection. |
| No | Boolean. Whether to enable termination protection on the specified stack. Default is true. |
Artifacts
This operation doesn't consume or produce any artifacts.
...