Module Values.TimestreamConfigSource

The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data. Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see Data modeling in the Amazon Timestream Developer Guide.

Sourcetype nonrec t = {
  1. timestreamTableArn : TimestreamTableArn.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Timestream table.

    *)
  2. executionRoleArn : IAMRoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the task execution role that grants Amazon Web Services IoT FleetWise permission to deliver data to the Amazon Timestream table.

    *)
}
Sourceval context_ : string
Sourceval make : timestreamTableArn:TimestreamTableArn.t -> executionRoleArn:IAMRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TimestreamTableArn.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