Amazon Ground Station · Example Payload

Ground Station Reserve Contact Request Example

example-tags

Ground Station Reserve Contact 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

endTimegroundStationmissionProfileArnsatelliteArnstartTimetags

Example Payload

Raw ↑
{
  "endTime": "example-endTime",
  "groundStation": "example-groundStatio",
  "missionProfileArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123",
  "satelliteArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123",
  "startTime": "example-startTime",
  "tags": "example-tags"
}