Values.VirtualClusterSourceThis 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.
type nonrec t = {id : ResourceIdString.t option;The ID of the virtual cluster.
*)name : ResourceNameString.t option;The name of the virtual cluster.
*)arn : VirtualClusterArn.t option;The ARN of the virtual cluster.
*)state : VirtualClusterState.t option;The state of the virtual cluster.
*)containerProvider : ContainerProvider.t option;The container provider of the virtual cluster.
*)createdAt : Date.t option;The date and time when the virtual cluster is created.
*)securityConfigurationId : ResourceIdString.t option;The ID of the security configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String128.t ] * [> `String of StringEmpty256.t ])
list
| `String of ResourceIdString.t
| `Structure of
(string
* [> `Enum of string
| `String of ClusterId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of KubernetesNamespace.t ]) list ])
list ])
list
| `Timestamp of Date.t ])
list ]