aws.wisdom.get_import_job
Example SQL Queries
SELECT * FROMaws.wisdom.get_import_jobWHERE"import_job_id" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Retrieves the started import job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| import_job_id Required Input Column The identifier of the import job to retrieve. | VARCHAR |
| knowledge_base_id Required Input Column The identifier of the knowledge base that the import job belongs to. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| import_job The import job. | STRUCT( |
Show child fields
| |