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 usingStackBuilderprint_progress- Print progress updates to standard out