Module Values.HyperPodPropertiesInputSource

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

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

    The cluster name the hyper pod properties.

    *)
}
Sourceval context_ : string
Sourceval make : clusterName:HyperPodPropertiesInputClusterNameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HyperPodPropertiesInputClusterNameString.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