Values.MultiMeasureMappingSourceMaps multiple measures from the source event to the same Timestream for LiveAnalytics record. For more information, see Amazon Timestream for LiveAnalytics concepts
type nonrec t = {multiMeasureName : MultiMeasureName.t;The name of the multiple measurements per record (multi-measure).
*)multiMeasureAttributeMappings : MultiMeasureAttributeMappings.t;Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
*)}val make :
multiMeasureName:MultiMeasureName.t ->
multiMeasureAttributeMappings:MultiMeasureAttributeMappings.t ->
unit ->
tval 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 ]