Module Values.CustomLogSourceConfigurationSource

The configuration used for the third-party custom source.

Sourcetype nonrec t = {
  1. crawlerConfiguration : CustomLogSourceCrawlerConfiguration.t;
    (*

    The configuration used for the Glue Crawler for a third-party custom source.

    *)
  2. providerIdentity : AwsIdentity.t;
    (*

    The identity of the log provider for the third-party custom source.

    *)
}
Sourceval context_ : string
Sourceval make : crawlerConfiguration:CustomLogSourceCrawlerConfiguration.t -> providerIdentity:AwsIdentity.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of RoleArn.t ]) 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