Cancel Update Stack
cloudformation_cancel_update_stack | R Documentation |
Cancels an update on the specified stack¶
Description¶
Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
You can cancel only stacks that are in the UPDATE_IN_PROGRESS
state.
Usage¶
cloudformation_cancel_update_stack(StackName, ClientRequestToken)
Arguments¶
StackName |
[required] If you don't pass a parameter to
The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request:
The name or the unique stack ID that's associated with the stack. |
ClientRequestToken |
A unique identifier for this |
Value¶
An empty list.
Request syntax¶
svc$cancel_update_stack(
StackName = "string",
ClientRequestToken = "string"
)