Values.CustomLogSourceResourceSourceAmazon Security Lake can collect logs and events from third-party custom sources.
type nonrec t = {attributes : CustomLogSourceAttributes.t option;The attributes of a third-party custom source.
*)provider : CustomLogSourceProvider.t option;The details of the log provider for a third-party custom source.
*)sourceName : CustomLogSourceName.t option;The name for a third-party custom source. This must be a Regionally unique value.
*)sourceVersion : CustomLogSourceVersion.t option;The version for a third-party custom source. This must be a Regionally unique value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CustomLogSourceName.t
| `Structure of (string * [> `String of AmazonResourceName.t ]) list ])
list ]