Module Values.ReplicatorFirehoseSource

Details about delivering logs to Firehose.

Sourcetype nonrec t = {
  1. enabled : bool;
    (*

    Whether log delivery to Firehose is enabled.

    *)
  2. deliveryStream : string option;
    (*

    The Firehose delivery stream that is the destination for log delivery.

    *)
}
Sourceval context_ : string
Sourceval make : ?deliveryStream:??? -> enabled:bool -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of bool | `String of string ]) 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