paws.analytics (version 0.1.0)

emr_list_steps: Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request

Description

Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request.

Usage

emr_list_steps(ClusterId, StepStates, StepIds, Marker)

Arguments

ClusterId

[required] The identifier of the cluster for which to list the steps.

StepStates

The filter to limit the step list based on certain states.

StepIds

The filter to limit the step list based on the identifier of the steps.

Marker

The pagination token that indicates the next set of results to retrieve.

Request syntax

svc$list_steps(
  ClusterId = "string",
  StepStates = list(
    "PENDING"|"CANCEL_PENDING"|"RUNNING"|"COMPLETED"|"CANCELLED"|"FAILED"|"INTERRUPTED"
  ),
  StepIds = list(
    "string"
  ),
  Marker = "string"
)