emrserverless_list_applications: Lists applications based on a set of parameters

View source: R/emrserverless_operations.R

emrserverless_list_applicationsR Documentation

Lists applications based on a set of parameters

Description

Lists applications based on a set of parameters.

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

Usage

emrserverless_list_applications(
  nextToken = NULL,
  maxResults = NULL,
  states = NULL
)

Arguments

nextToken

The token for the next set of application results.

maxResults

The maximum number of applications that can be listed.

states

An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.