paws.management (version 0.1.0)

cloudformation_delete_stack_set: Deletes a stack set

Description

Deletes a stack set. Before you can delete a stack set, all of its member stack instances must be deleted. For more information about how to do this, see DeleteStackInstances.

Usage

cloudformation_delete_stack_set(StackSetName)

Arguments

StackSetName

[required] The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.

Request syntax

svc$delete_stack_set(
  StackSetName = "string"
)