List Data Sources
kendra_list_data_sources | R Documentation |
Lists the data source connectors that you have created¶
Description¶
Lists the data source connectors that you have created.
Usage¶
Arguments¶
IndexId
[required] The identifier of the index used with one or more data source connectors.
NextToken
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data source connectors.
MaxResults
The maximum number of data source connectors to return.
Value¶
A list with the following syntax:
list(
SummaryItems = list(
list(
Name = "string",
Id = "string",
Type = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|"CONFLUENCE"|"GOOGLEDRIVE"|"WEBCRAWLER"|"WORKDOCS"|"FSX"|"SLACK"|"BOX"|"QUIP"|"JIRA"|"GITHUB"|"ALFRESCO"|"TEMPLATE",
CreatedAt = as.POSIXct(
"2015-01-01"
),
UpdatedAt = as.POSIXct(
"2015-01-01"
),
Status = "CREATING"|"DELETING"|"FAILED"|"UPDATING"|"ACTIVE",
LanguageCode = "string"
)
),
NextToken = "string"
)