Module Values.DataSourceConfigurationSource

The connection configuration for the data source.

Sourcetype nonrec t = {
  1. type_ : DataSourceType.t;
    (*

    The type of data source.

    *)
  2. s3Configuration : S3DataSourceConfiguration.t option;
    (*

    The configuration information to connect to Amazon S3 as your data source.

    *)
  3. webConfiguration : WebDataSourceConfiguration.t option;
    (*

    The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs. Crawling web URLs as your data source is in preview release and is subject to change.

    *)
  4. confluenceConfiguration : ConfluenceDataSourceConfiguration.t option;
    (*

    The configuration information to connect to Confluence as your data source. Confluence data source connector is in preview release and is subject to change.

    *)
  5. salesforceConfiguration : SalesforceDataSourceConfiguration.t option;
    (*

    The configuration information to connect to Salesforce as your data source. Salesforce data source connector is in preview release and is subject to change.

    *)
  6. sharePointConfiguration : SharePointDataSourceConfiguration.t option;
    (*

    The configuration information to connect to SharePoint as your data source. SharePoint data source connector is in preview release and is subject to change.

    *)
}
Sourceval context_ : string
Sourceval make : ?s3Configuration:??? -> ?webConfiguration:??? -> ?confluenceConfiguration:??? -> ?salesforceConfiguration:??? -> ?sharePointConfiguration:??? -> type_:DataSourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of S3Prefix.t ] list | `String of S3BucketArn.t | `Structure of (string * [> `Enum of string | `List of [> `String of FilterPattern.t ] list | `String of UserAgent.t | `Structure of (string * [> `Enum of string | `Integer of WebCrawlerLimitsRateLimitInteger.t | `List of [> `Structure of (string * [> `String of Url.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of FilterPattern.t ] list | `String of FilteredObjectType.t ]) list ] list ]) list ]) list ]) list ]) 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