emr_list_clusters: Provides the status of all clusters visible to this Amazon...

View source: R/emr_operations.R

emr_list_clustersR Documentation

Provides the status of all clusters visible to this Amazon Web Services account

Description

Provides the status of all clusters visible to this Amazon Web Services account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.

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

Usage

emr_list_clusters(
  CreatedAfter = NULL,
  CreatedBefore = NULL,
  ClusterStates = NULL,
  Marker = NULL
)

Arguments

CreatedAfter

The creation date and time beginning value filter for listing clusters.

CreatedBefore

The creation date and time end value filter for listing clusters.

ClusterStates

The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.

Marker

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


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