Module Values.EnvironmentPropertyUpdatesSource

Describes updates to the execution property groups for a Managed Service for Apache Flink application or a Studio notebook.

Sourcetype nonrec t = {
  1. propertyGroups : PropertyGroups.t;
    (*

    Describes updates to the execution property groups.

    *)
}
Sourceval context_ : string
Sourceval make : propertyGroups:PropertyGroups.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of PropertyKey.t ] * [> `String of PropertyValue.t ]) list | `String of Id.t ]) 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