aws.groundstation.list_satellites
Example SQL Queries
SELECT * FROMaws.groundstation.list_satellites;Description
Returns a list of satellites.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| current_ephemeris The current ephemeris being used to compute the trajectory of the satellite. | STRUCT( |
Show child fields
| |
| ground_stations A list of ground stations to which the satellite is on-boarded. | VARCHAR[] |
Show child fields
| |
| norad_satellite_id NORAD satellite ID number. | BIGINT |
| satellite_arn ARN of a satellite. | VARCHAR |
| satellite_id UUID of a satellite. | VARCHAR |