aws.groundstation.get_satellite
Example SQL Queries
SELECT * FROMaws.groundstation.get_satelliteWHERE"satellite_id" = 'VALUE';Description
Returns a satellite.
Table Definition
| Column Name | Column Data Type |
|---|---|
| satellite_id Required Input Column UUID of a satellite. | 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 |
| 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 |