DataSourceConfiguration
The connection configuration for the data source.
Contents
- type
-
The type of data source.
Type: String
Valid Values:
S3 | WEB | CONFLUENCE | SALESFORCE | SHAREPOINT | CUSTOM | REDSHIFT_METADATA | MANAGED_KNOWLEDGE_BASE_CONNECTORRequired: Yes
- confluenceConfiguration
-
The configuration information to connect to Confluence as your data source for self-managed knowledge bases.
Note
To configure this data source for managed knowledge bases, use managedKnowledgeBaseConnectorConfiguration. Confluence data source connector for self-managed knowledge bases is in preview release and is subject to change.
Type: ConfluenceDataSourceConfiguration object
Required: No
- managedKnowledgeBaseConnectorConfiguration
-
Contains the configuration for a data source that connects a managed knowledge base to a supported data source connector. Specify this object when the data source type is
MANAGED_KNOWLEDGE_BASE_CONNECTOR.Type: ManagedKnowledgeBaseConnectorConfiguration object
Required: No
- s3Configuration
-
The configuration information to connect to Amazon S3 as your data source for self-managed knowledge bases. To configure this data source for managed knowledge bases, use managedKnowledgeBaseConnectorConfiguration.
Type: S3DataSourceConfiguration object
Required: No
- salesforceConfiguration
-
The configuration information to connect to Salesforce as your data source.
Note
Salesforce data source connector for self-managed knowledge bases is in preview release and is subject to change.
Type: SalesforceDataSourceConfiguration object
Required: No
-
The configuration information to connect to SharePoint as your data source for self-managed knowledge bases.
Note
To configure this data source for managed knowledge bases, use managedKnowledgeBaseConnectorConfiguration. SharePoint data source connector for self-managed knowledge bases is in preview release and is subject to change.
Type: SharePointDataSourceConfiguration object
Required: No
- webConfiguration
-
The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.
Note
To configure this data source for managed knowledge bases, use managedKnowledgeBaseConnectorConfiguration. Web crawler data source connector for self-managed knowledge bases is in preview release and is subject to change.
Type: WebDataSourceConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: