aws.mgn.list_waves
Example SQL Queries
SELECT * FROMaws.mgn.list_waves;Description
Retrieves all waves or multiple waves by ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Input Column Request account ID. | VARCHAR |
| filters Input Column Waves list 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 |
| arn Wave ARN. | VARCHAR |
| creation_date_time Wave creation dateTime. | VARCHAR |
| description Wave description. | VARCHAR |
| is_archived Wave archival status. | BOOLEAN |
| last_modified_date_time Wave last modified dateTime. | VARCHAR |
| name Wave name. | VARCHAR |
| tags Wave tags. | MAP(VARCHAR, VARCHAR) |
| wave_aggregated_status Wave aggregated status. | STRUCT( |
Show child fields
| |
| wave_id Wave ID. | VARCHAR |