aws.qconnect.list_import_jobs
Example SQL Queries
SELECT * FROMaws.qconnect.list_import_jobsWHERE"knowledge_base_id" = 'VALUE';Description
Lists information about import jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| knowledge_base_id Required Input Column The identifier of the knowledge base. | 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
| |
| created_time The timestamp when the import job was created. | TIMESTAMP_S |
| external_source_configuration The configuration information of the external source that the resource data are imported from. | STRUCT( |
Show child fields
| |
| import_job_id The identifier of the import job. | VARCHAR |
| import_job_type The type of import job. | VARCHAR |
| knowledge_base_arn The Amazon Resource Name (ARN) of the knowledge base. | VARCHAR |
| last_modified_time The timestamp when the import job was last modified. | TIMESTAMP_S |
| metadata The metadata fields of the imported Amazon Q in Connect resources. | MAP(VARCHAR, VARCHAR) |
| status The status of the import job. | VARCHAR |
| upload_id A pointer to the uploaded asset. This value is returned by StartContentUpload. | VARCHAR |