Amazon Kendra · Arazzo Workflow
Amazon Kendra Teardown Data Source and Index
Version 1.0.0
Delete a data source connector, confirm it is gone, then delete the index that owned it.
View Spec
View on GitHub
AIEnterprise SearchKnowledge ManagementMachine LearningNatural LanguageArazzoWorkflows
Provider
Workflows
teardown-data-source-and-index
Delete a data source, wait until it is gone, then delete the index.
Deletes a data source connector, polls ListDataSources until it is gone, and deletes the owning index.
1
deleteDataSource
DeleteDataSource
Delete the data source connector so the index no longer crawls the source repository.
2
waitForDataSourceGone
ListDataSources
Poll the data source list until the deleted connector no longer appears, confirming deletion finished before removing the index.
3
deleteIndex
DeleteIndex
Delete the index now that its data source connector has been removed.