Module Values_0.TimestreamDimensionSource

Metadata attributes of the time series that are written in each measure record.

Sourcetype nonrec t = {
  1. name : TimestreamDimensionName.t;
    (*

    The metadata dimension name. This is the name of the column in the Amazon Timestream database table record. Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

    *)
  2. value : TimestreamDimensionValue.t;
    (*

    The value to write in this column of the database record.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of TimestreamDimensionName.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