SatelliteListItem
Item in a list of satellites.
Contents
- currentEphemeris
-
The current ephemeris being used to compute the trajectory of the satellite.
Type: EphemerisMetaData object
Required: No
- groundStations
-
A list of ground stations to which the satellite is on-boarded.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 500 items.
Length Constraints: Minimum length of 4. Maximum length of 500.
Pattern:
^[ a-zA-Z0-9-._:=]{4,256}$
Required: No
- noradSatelliteID
-
NORAD satellite ID number.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 99999.
Required: No
- satelliteArn
-
ARN of a satellite.
Type: String
Required: No
- satelliteId
-
UUID of a satellite.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: