Module Values.PipeTargetCloudWatchLogsParametersSource

The parameters for using an CloudWatch Logs log stream as a target.

Sourcetype nonrec t = {
  1. logStreamName : LogStreamName.t option;
    (*

    The name of the log stream.

    *)
  2. timestamp : JsonPath.t option;
    (*

    The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    *)
}
Sourceval make : ?logStreamName:??? -> ?timestamp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LogStreamName.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