Skip to main content

destroy

Function destroy 

Source
pub async fn destroy(
    name: StringWithOnlyAlphaNumericsAndHyphens,
    print_progress: bool,
) -> Result<(), DestroyError>
Expand description

Destroy a deployed stack It returns a Result. In case of error, a DestroyError is returned.

ยงParameters

  • name - The CloudFormation stack name (alphanumeric characters and hyphens only)
  • stack - The stack to deploy, created using StackBuilder
  • print_progress - Print progress updates to standard out