aws.mgn.list_exports
Example SQL Queries
SELECT * FROMaws.mgn.list_exports;Description
List exports.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column List exports request filters. | STRUCT( |
Show child fields
| |
| _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 |
| creation_date_time Export task creation datetime. | VARCHAR |
| end_date_time Export task end datetime. | VARCHAR |
| export_id Export task id. | VARCHAR |
| progress_percentage Export task progress percentage. | DOUBLE |
| s3_bucket Export task s3 bucket. | VARCHAR |
| s3_bucket_owner Export task s3 bucket owner. | VARCHAR |
| s3_key Export task s3 key. | VARCHAR |
| status Export task status. | VARCHAR |
| summary Export task summary. | STRUCT( |
Show child fields
| |