emrcontainers_list_virtual_clusters: Lists information about the specified virtual cluster

View source: R/emrcontainers_operations.R

emrcontainers_list_virtual_clustersR Documentation

Lists information about the specified virtual cluster

Description

Lists information about the specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

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

Usage

emrcontainers_list_virtual_clusters(
  containerProviderId = NULL,
  containerProviderType = NULL,
  createdAfter = NULL,
  createdBefore = NULL,
  states = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

containerProviderId

The container provider ID of the virtual cluster.

containerProviderType

The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.

createdAfter

The date and time after which the virtual clusters are created.

createdBefore

The date and time before which the virtual clusters are created.

states

The states of the requested virtual clusters.

maxResults

The maximum number of virtual clusters that can be listed.

nextToken

The token for the next set of virtual clusters to return.


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