Module Values.MultiMeasureMappingSource

Maps multiple measures from the source event to the same Timestream for LiveAnalytics record. For more information, see Amazon Timestream for LiveAnalytics concepts

Sourcetype nonrec t = {
  1. multiMeasureName : MultiMeasureName.t;
    (*

    The name of the multiple measurements per record (multi-measure).

    *)
  2. multiMeasureAttributeMappings : MultiMeasureAttributeMappings.t;
    (*

    Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.

    *)
}
Sourceval context_ : string
Sourceval make : multiMeasureName:MultiMeasureName.t -> multiMeasureAttributeMappings:MultiMeasureAttributeMappings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of MeasureValue.t ]) list ] list | `String of MultiMeasureName.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