aws.cloudtrail.list_import_failures
Example SQL Queries
SELECT * FROMaws.cloudtrail.list_import_failuresWHERE"import_id" = 'VALUE';Description
Returns a list of failures for the specified import.
Table Definition
| Column Name | Column Data Type |
|---|---|
| import_id Required Input Column The ID of the import. | 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 |
| error_message Provides the reason the import failed. | VARCHAR |
| error_type The type of import error. | VARCHAR |
| last_updated_time When the import was last updated. | TIMESTAMP_S |
| location The location of the failure in the S3 bucket. | VARCHAR |
| status The status of the import. | VARCHAR |