Provides a list of steps for the cluster in reverse order unless you
specify stepIds
with the request of filter by StepStates
. You can
specify a maximum of ten stepIDs
.
emr_list_steps(ClusterId, StepStates, StepIds, Marker)
[required] The identifier of the cluster for which to list the steps.
The filter to limit the step list based on certain states.
The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
The pagination token that indicates the next set of results to retrieve.
svc$list_steps( ClusterId = "string", StepStates = list( "PENDING"|"CANCEL_PENDING"|"RUNNING"|"COMPLETED"|"CANCELLED"|"FAILED"|"INTERRUPTED" ), StepIds = list( "string" ), Marker = "string" )