Module Values.CloudWatchLogDeliveryOptionsSource

The log delivery option to send data to Amazon CloudWatch Logs.

Sourcetype nonrec t = {
  1. logType : LogType.t;
    (*

    The type of log to send data to Amazon CloudWatch Logs.

    *)
  2. logGroupName : CloudWatchLogGroupName.t option;
    (*

    The Amazon CloudWatch Logs group the operation sends data to.

    *)
}
Sourceval context_ : string
Sourceval make : ?logGroupName:??? -> logType:LogType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of CloudWatchLogGroupName.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