Module Values.LogDeliveryConfigurationSource

Configuration for sending InfluxDB engine logs to send to specified S3 bucket.

Sourcetype nonrec t = {
  1. s3Configuration : S3Configuration.t;
    (*

    Configuration for S3 bucket log delivery.

    *)
}
Sourceval context_ : string
Sourceval make : s3Configuration:S3Configuration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of S3ConfigurationBucketNameString.t ]) list ]) 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