cloudformation_describe_stack_set_operation: Returns the description of the specified stack set operation
Description
Returns the description of the specified stack set operation.
Usage
cloudformation_describe_stack_set_operation(StackSetName, OperationId)
Arguments
StackSetName
[required] The name or the unique stack ID of the stack set for the stack
operation.
OperationId
[required] The unique ID of the stack set operation.
Request syntax
svc$describe_stack_set_operation(
StackSetName = "string",
OperationId = "string"
)