Values.DescribeVirtualClusterResponseSourceDisplays detailed information about a 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.
type nonrec t = {virtualCluster : VirtualCluster.t option;This output displays information about the specified virtual cluster.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]