Values.AwsLogSourceResourceSourceAmazon Security Lake can collect logs and events from natively-supported Amazon Web Services services.
type nonrec t = {sourceName : AwsLogSourceName.t option;The name for a Amazon Web Services source. This must be a Regionally unique value.
*)sourceVersion : AwsLogSourceVersion.t option;The version for a Amazon Web Services source. This must be a Regionally unique value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AwsLogSourceVersion.t ]) list ]