Module Values.HyperPodPropertiesOutputSource

The hyper pod properties of a Amazon Web Services Glue properties patch.

Sourcetype nonrec t = {
  1. clusterName : String_.t option;
    (*

    The cluster name the hyper pod properties.

    *)
  2. clusterArn : String_.t option;
    (*

    The cluster ARN of the hyper pod properties.

    *)
  3. orchestrator : HyperPodOrchestrator.t option;
    (*

    The orchestrator of the hyper pod properties.

    *)
}
Sourceval make : ?clusterName:??? -> ?clusterArn:??? -> ?orchestrator:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t ]) 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