Returns summary information about operations performed on a stack set
Returns summary information about operations performed on a stack set.
cloudformation_list_stack_set_operations(StackSetName, NextToken, MaxResults)
StackSetName |
[required] The name or unique ID of the stack set that you want to get operation summaries for. |
NextToken |
If the previous paginated request didn't return all of the remaining
results, the response object's |
MaxResults |
The maximum number of results to be returned with a single call. If the
number of available results exceeds this maximum, the response includes
a |
A list with the following syntax:
list( Summaries = list( list( OperationId = "string", Action = "CREATE"|"UPDATE"|"DELETE"|"DETECT_DRIFT", Status = "RUNNING"|"SUCCEEDED"|"FAILED"|"STOPPING"|"STOPPED"|"QUEUED", CreationTimestamp = as.POSIXct( "2015-01-01" ), EndTimestamp = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_stack_set_operations( StackSetName = "string", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.