/AWS1/CL_BDADATASOURCECONF¶
The connection configuration for the data source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDADATASOURCETYPE /AWS1/BDADATASOURCETYPE¶
The type of data source.
Optional arguments:¶
io_mngdknwldgbasecnctrconf TYPE REF TO /AWS1/CL_BDAMGDKNWBASECNRCONF /AWS1/CL_BDAMGDKNWBASECNRCONF¶
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.
io_s3configuration TYPE REF TO /AWS1/CL_BDAS3DATASOURCECONF /AWS1/CL_BDAS3DATASOURCECONF¶
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.
io_webconfiguration TYPE REF TO /AWS1/CL_BDAWEBDATASOURCECONF /AWS1/CL_BDAWEBDATASOURCECONF¶
The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.
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.
io_confluenceconfiguration TYPE REF TO /AWS1/CL_BDACONFLUENCEDATASR00 /AWS1/CL_BDACONFLUENCEDATASR00¶
The configuration information to connect to Confluence as your data source for self-managed knowledge bases.
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.
io_salesforceconfiguration TYPE REF TO /AWS1/CL_BDASALESFORCEDATASR00 /AWS1/CL_BDASALESFORCEDATASR00¶
The configuration information to connect to Salesforce as your data source.
Salesforce data source connector for self-managed knowledge bases is in preview release and is subject to change.
io_sharepointconfiguration TYPE REF TO /AWS1/CL_BDASHAREPTDATASRCCONF /AWS1/CL_BDASHAREPTDATASRCCONF¶
The configuration information to connect to SharePoint as your data source for self-managed knowledge bases.
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.
Queryable Attributes¶
type¶
The type of data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MNGDKNWLDGBASECNCTRCONF() |
Getter for MANAGEDKNWLDGBASECNCTRCONF |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CONFIGURATION() |
Getter for S3CONFIGURATION |
webConfiguration¶
The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBCONFIGURATION() |
Getter for WEBCONFIGURATION |
confluenceConfiguration¶
The configuration information to connect to Confluence as your data source for self-managed knowledge bases.
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFLUENCECONFIGURATION() |
Getter for CONFLUENCECONFIGURATION |
salesforceConfiguration¶
The configuration information to connect to Salesforce as your data source.
Salesforce data source connector for self-managed knowledge bases is in preview release and is subject to change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SALESFORCECONFIGURATION() |
Getter for SALESFORCECONFIGURATION |
sharePointConfiguration¶
The configuration information to connect to SharePoint as your data source for self-managed knowledge bases.
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREPOINTCONFIGURATION() |
Getter for SHAREPOINTCONFIGURATION |