View source: R/emrserverless_operations.R
emrserverless_list_applications | R Documentation |
Lists applications based on a set of parameters.
See https://www.paws-r-sdk.com/docs/emrserverless_list_applications/ for full documentation.
emrserverless_list_applications(
nextToken = NULL,
maxResults = NULL,
states = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.