Values.CustomLogSourceConfigurationSourceThe configuration used for the third-party custom source.
type nonrec t = {crawlerConfiguration : CustomLogSourceCrawlerConfiguration.t;The configuration used for the Glue Crawler for a third-party custom source.
*)providerIdentity : AwsIdentity.t;The identity of the log provider for the third-party custom source.
*)}val make :
crawlerConfiguration:CustomLogSourceCrawlerConfiguration.t ->
providerIdentity:AwsIdentity.t ->
unit ->
t