Module Values.DimensionMappingSource

Maps source data to a dimension in the target Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts

Sourcetype nonrec t = {
  1. dimensionValue : DimensionValue.t;
    (*

    Dynamic path to the dimension value in the source event.

    *)
  2. dimensionValueType : DimensionValueType.t;
    (*

    The data type of the dimension for the time-series data.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : dimensionValue:DimensionValue.t -> dimensionValueType:DimensionValueType.t -> dimensionName:DimensionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DimensionValue.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