Amazon Ground Station · Example Payload

Ground Station Get Config Response Example

example-tags

Ground Station Get Config Response 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

configArnconfigDataconfigIdconfigTypenametags

Example Payload

Raw ↑
{
  "configArn": "arn:aws:groundstation:us-east-2:123456789012:contact/abc123",
  "configData": "example-configData",
  "configId": "example-configId",
  "configType": "example-configType",
  "name": "MyMissionProfile",
  "tags": "example-tags"
}