Values.DimensionMappingSourceMaps source data to a dimension in the target Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts
type nonrec t = {dimensionValue : DimensionValue.t;Dynamic path to the dimension value in the source event.
*)dimensionValueType : DimensionValueType.t;The data type of the dimension for the time-series data.
*)dimensionName : DimensionName.t;The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
*)}val make :
dimensionValue:DimensionValue.t ->
dimensionValueType:DimensionValueType.t ->
dimensionName:DimensionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DimensionValue.t ]) list ]