Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualCluster

This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace that Amazon EMR is registered with. Amazon EMR uses virtual clusters to run jobs and host endpoints. Multiple virtual clusters can be backed by the same physical cluster. However, each virtual cluster maps to one namespace on an Amazon EKS cluster. Virtual clusters do not create any active resources that contribute to your bill or that require lifecycle management outside the service.

Hierarchy

  • VirtualCluster

Index

Properties

Optional arn

arn: undefined | string

The ARN of the virtual cluster.

Optional containerProvider

containerProvider: ContainerProvider

The container provider of the virtual cluster.

Optional createdAt

createdAt: Date

The date and time when the virtual cluster is created.

Optional id

id: undefined | string

The ID of the virtual cluster.

Optional name

name: undefined | string

The name of the virtual cluster.

Optional state

state: VirtualClusterState | string

The state of the virtual cluster.

Optional tags

tags: Record<string, string>

The assigned tags of the virtual cluster.