Module Values.AwsLogSourceResourceSource

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

Sourcetype nonrec t = {
  1. sourceName : AwsLogSourceName.t option;
    (*

    The name for a Amazon Web Services source. This must be a Regionally unique value.

    *)
  2. sourceVersion : AwsLogSourceVersion.t option;
    (*

    The version for a Amazon Web Services source. This must be a Regionally unique value.

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