cloudformation_stop_stack_set_operation: Stops an in-progress operation on a stack set and its associated stack
instances
Description
Stops an in-progress operation on a stack set and its associated stack
instances.
Usage
cloudformation_stop_stack_set_operation(StackSetName, OperationId)
Arguments
StackSetName
[required] The name or unique ID of the stack set that you want to stop the
operation for.
OperationId
[required] The ID of the stack operation.
Request syntax
svc$stop_stack_set_operation(
StackSetName = "string",
OperationId = "string"
)