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.
emrcontainers_list_virtual_clusters(
containerProviderId = NULL,
containerProviderType = NULL,
createdAfter = NULL,
createdBefore = NULL,
states = NULL,
maxResults = NULL,
nextToken = NULL,
eksAccessEntryIntegrated = NULL
)
The container provider ID of the virtual cluster.
The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.
The date and time after which the virtual clusters are created.
The date and time before which the virtual clusters are created.
The states of the requested virtual clusters.
The maximum number of virtual clusters that can be listed.
The token for the next set of virtual clusters to return.
Optional Boolean that specifies whether the operation should return the virtual clusters that have the access entry integration enabled or disabled. If not specified, the operation returns all applicable virtual clusters.