Module Values.MultiMeasureAttributeMappingSource

A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.

Sourcetype nonrec t = {
  1. measureValue : MeasureValue.t;
    (*

    Dynamic path to the measurement attribute in the source event.

    *)
  2. measureValueType : MeasureValueType.t;
    (*

    Data type of the measurement attribute in the source event.

    *)
  3. multiMeasureAttributeName : MultiMeasureAttributeName.t;
    (*

    Target measure name to be used.

    *)
}
Sourceval context_ : string
Sourceval make : measureValue:MeasureValue.t -> measureValueType:MeasureValueType.t -> multiMeasureAttributeName:MultiMeasureAttributeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MeasureValue.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