Module Values.LogSourceResourceSource

The supported source types from which logs and events are collected in Amazon Security Lake. For a list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.

Sourcetype nonrec t = {
  1. awsLogSource : AwsLogSourceResource.t option;
    (*

    Amazon Security Lake supports log and event collection for natively supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.

    *)
  2. customLogSource : CustomLogSourceResource.t option;
    (*

    Amazon Security Lake supports custom source types. For more information, see the Amazon Security Lake User Guide.

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