aws.lex_models.get_import
Example SQL Queries
SELECT * FROMaws.lex_models.get_importWHERE"import_id" = 'VALUE';Description
Gets information about an import job started with the StartImport operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| import_id Required Input Column The identifier for the specific import job. | 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_date A timestamp for the date and time that the import job was created. | TIMESTAMP_S |
| failure_reason A string that describes why an import job failed to complete. | VARCHAR[] |
Show child fields
| |
| import_status The status of the import job. If the status is FAILED, you can get the reason for the failure from the failureReason field. | VARCHAR |
| merge_strategy The action taken when there was a conflict between an existing resource and a resource in the import file. | VARCHAR |
| name The name given to the import job. | VARCHAR |
| resource_type The type of resource imported. | VARCHAR |