Values.DataSourceConfigurationSourceThe connection configuration for the data source.
type nonrec t = {type_ : DataSourceType.t;The type of data source.
*)s3Configuration : S3DataSourceConfiguration.t option;The configuration information to connect to Amazon S3 as your data source.
*)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.
*)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.
*)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.
*)}val make :
?s3Configuration:??? ->
?webConfiguration:??? ->
?confluenceConfiguration:??? ->
?salesforceConfiguration:??? ->
?sharePointConfiguration:??? ->
type_:DataSourceType.t ->
unit ->
tval 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 ]