Values.CreateVirtualClusterRequestSourceCreates a 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.
type nonrec t = {name : ResourceNameString.t;The specified name of the virtual cluster.
*)containerProvider : ContainerProvider.t;The container provider of the virtual cluster.
*)clientToken : ClientToken.t;The client token of the virtual cluster.
*)securityConfigurationId : ResourceIdString.t option;The ID of the security configuration.
*)}val make :
?tags:??? ->
?securityConfigurationId:??? ->
name:ResourceNameString.t ->
containerProvider:ContainerProvider.t ->
clientToken:ClientToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String128.t ] * [> `String of StringEmpty256.t ])
list
| `String of ResourceNameString.t
| `Structure of
(string
* [> `Enum of string
| `String of ClusterId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of KubernetesNamespace.t ]) list ])
list ])
list ])
list ]