Module Values.LogSourceSource

Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services and custom sources.

Sourcetype nonrec t = {
  1. account : AwsAccountId.t option;
    (*

    Specify the account from which you want to collect logs.

    *)
  2. region : Region.t option;
    (*

    Specify the Regions from which you want to collect logs.

    *)
  3. sources : LogSourceResourceList.t option;
    (*

    Specify the sources from which you want to collect logs.

    *)
}
Sourceval make : ?account:??? -> ?region:??? -> ?sources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of AwsLogSourceVersion.t | `Structure of (string * [> `String of AmazonResourceName.t ]) list ]) list ]) list ] list | `String of AwsAccountId.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