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
delete_stack_instances
.
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
list_stack_sets
.
Request syntax
svc$delete_stack_set(
StackSetName = "string"
)