aws.groundstation.list_ground_stations
Example SQL Queries
SELECT * FROMaws.groundstation.list_ground_stations;Description
Returns a list of ground stations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| satellite_id Input Column Satellite ID to retrieve on-boarded ground stations. | 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 |
| ground_station_id UUID of a ground station. | VARCHAR |
| ground_station_name Name of a ground station. | VARCHAR |
| region Ground station Region. | VARCHAR |