Module Values.CreateVirtualClusterRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. name : ResourceNameString.t;
    (*

    The specified name of the virtual cluster.

    *)
  2. containerProvider : ContainerProvider.t;
    (*

    The container provider of the virtual cluster.

    *)
  3. clientToken : ClientToken.t;
    (*

    The client token of the virtual cluster.

    *)
  4. tags : TagMap.t option;
    (*

    The tags assigned to the virtual cluster.

    *)
  5. securityConfigurationId : ResourceIdString.t option;
    (*

    The ID of the security configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?securityConfigurationId:??? -> name:ResourceNameString.t -> containerProvider:ContainerProvider.t -> clientToken:ClientToken.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t