aws.cloudtrail.list_imports
Example SQL Queries
SELECT * FROMaws.cloudtrail.list_imports;Description
Returns information on all imports, or a select set of imports by ImportStatus or Destination.
Table Definition
| Column Name | Column Data Type |
|---|---|
| destination Input Column The ARN of the destination event data store. | VARCHAR |
| import_status Input Column The status 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 |
| created_timestamp The timestamp of the import's creation. | TIMESTAMP_S |
| destinations The ARN of the destination event data store. | VARCHAR[] |
Show child fields
| |
| import_id The ID of the import. | VARCHAR |
| updated_timestamp The timestamp of the import's last update. | TIMESTAMP_S |