Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudformation_cancel_update_stack

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] The name or the unique stack ID that is associated with the stack.

ClientRequestToken

A unique identifier for this cancel_update_stack request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to cancel an update on a stack with the same name. You might retry cancel_update_stack requests to ensure that AWS CloudFormation successfully received them.

Value

An empty list.

Request syntax

svc$cancel_update_stack(
  StackName = "string",
  ClientRequestToken = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.