Module Values.DataSourceConfigurationSource

Provides the configuration information for an Amazon Kendra data source.

Sourcetype nonrec t = {
  1. s3Configuration : S3DataSourceConfiguration.t option;
    (*

    Provides the configuration information to connect to an Amazon S3 bucket as your data source. Amazon Kendra now supports an upgraded Amazon S3 connector. You must now use the TemplateConfiguration object instead of the S3DataSourceConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.

    *)
  2. sharePointConfiguration : SharePointConfiguration.t option;
    (*

    Provides the configuration information to connect to Microsoft SharePoint as your data source.

    *)
  3. databaseConfiguration : DatabaseConfiguration.t option;
    (*

    Provides the configuration information to connect to a database as your data source.

    *)
  4. salesforceConfiguration : SalesforceConfiguration.t option;
    (*

    Provides the configuration information to connect to Salesforce as your data source.

    *)
  5. oneDriveConfiguration : OneDriveConfiguration.t option;
    (*

    Provides the configuration information to connect to Microsoft OneDrive as your data source.

    *)
  6. serviceNowConfiguration : ServiceNowConfiguration.t option;
    (*

    Provides the configuration information to connect to ServiceNow as your data source.

    *)
  7. confluenceConfiguration : ConfluenceConfiguration.t option;
    (*

    Provides the configuration information to connect to Confluence as your data source.

    *)
  8. googleDriveConfiguration : GoogleDriveConfiguration.t option;
    (*

    Provides the configuration information to connect to Google Drive as your data source.

    *)
  9. webCrawlerConfiguration : WebCrawlerConfiguration.t option;
  10. workDocsConfiguration : WorkDocsConfiguration.t option;
    (*

    Provides the configuration information to connect to Amazon WorkDocs as your data source.

    *)
  11. fsxConfiguration : FsxConfiguration.t option;
    (*

    Provides the configuration information to connect to Amazon FSx as your data source. Amazon Kendra now supports an upgraded Amazon FSx Windows connector. You must now use the TemplateConfiguration object instead of the FsxConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.

    *)
  12. slackConfiguration : SlackConfiguration.t option;
    (*

    Provides the configuration information to connect to Slack as your data source. Amazon Kendra now supports an upgraded Slack connector. You must now use the TemplateConfiguration object instead of the SlackConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.

    *)
  13. boxConfiguration : BoxConfiguration.t option;
    (*

    Provides the configuration information to connect to Box as your data source.

    *)
  14. quipConfiguration : QuipConfiguration.t option;
    (*

    Provides the configuration information to connect to Quip as your data source.

    *)
  15. jiraConfiguration : JiraConfiguration.t option;
    (*

    Provides the configuration information to connect to Jira as your data source.

    *)
  16. gitHubConfiguration : GitHubConfiguration.t option;
    (*

    Provides the configuration information to connect to GitHub as your data source. Amazon Kendra now supports an upgraded GitHub connector. You must now use the TemplateConfiguration object instead of the GitHubConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you wonโ€™t be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.

    *)
  17. alfrescoConfiguration : AlfrescoConfiguration.t option;
    (*

    Provides the configuration information to connect to Alfresco as your data source. Support for AlfrescoConfiguration ended May 2023. We recommend migrating to or using the Alfresco data source template schema / TemplateConfiguration API.

    *)
  18. templateConfiguration : TemplateConfiguration.t option;
    (*

    Provides a template for the configuration information to connect to your data source.

    *)
}
Sourceval make : ?s3Configuration:??? -> ?sharePointConfiguration:??? -> ?databaseConfiguration:??? -> ?salesforceConfiguration:??? -> ?oneDriveConfiguration:??? -> ?serviceNowConfiguration:??? -> ?confluenceConfiguration:??? -> ?googleDriveConfiguration:??? -> ?webCrawlerConfiguration:??? -> ?workDocsConfiguration:??? -> ?fsxConfiguration:??? -> ?slackConfiguration:??? -> ?boxConfiguration:??? -> ?quipConfiguration:??? -> ?jiraConfiguration:??? -> ?gitHubConfiguration:??? -> ?alfrescoConfiguration:??? -> ?templateConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Float of MaxContentSizePerPageInMegaBytes.t | `Integer of CrawlDepth.t | `List of [> `Enum of string | `String of DataSourceInclusionsExclusionsStringsMember.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of DataSourceFieldName.t ]) list ] list | `String of DataSourceFieldName.t ]) list ] list | `String of S3BucketName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Port.t | `List of [> `Enum of string | `String of SubnetId.t | `Structure of (string * [> `Enum of string | `Integer of Port.t | `List of [> `Structure of (string * [> `String of DataSourceFieldName.t ]) list ] list | `String of DataSourceFieldName.t ]) list ] list | `String of S3ObjectKey.t | `Structure of (string * [> `Enum of string | `List of [> `String of SeedUrl.t | `Structure of (string * [> `String of DataSourceFieldName.t ]) list ] list | `String of DataSourceFieldName.t ]) 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