Amazon Ground Station · Example Payload

Ground Station Create Ephemeris Request Example

Data ProcessingIoTSatellite CommunicationsSpace Technology

Ground Station Create Ephemeris Request Example is an example object payload from Amazon Ground Station, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

enabledephemerisexpirationTimekmsKeyArnnamepriority

Example Payload

Raw ↑
{
  "enabled": "example-enabled",
  "ephemeris": "example-ephemeris",
  "expirationTime": "example-expirationTi",
  "kmsKeyArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123",
  "name": "MyMissionProfile",
  "priority": "example-priority"
}