emr_list_steps: Provides a list of steps for the cluster in reverse order...

View source: R/emr_operations.R

emr_list_stepsR Documentation

Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request or filter by StepStates

Description

Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request or filter by StepStates. You can specify a maximum of 10 stepIDs. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a Marker, which is a pagination token that indicates the next set of steps to retrieve.

See https://www.paws-r-sdk.com/docs/emr_list_steps/ for full documentation.

Usage

emr_list_steps(ClusterId, StepStates = NULL, StepIds = NULL, Marker = NULL)

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. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.

Marker

The maximum number of steps that a single list_steps action returns is 50. To return a longer list of steps, use multiple list_steps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.