Amazon Ground Station · JSON Structure

Ground Station Dataflow Endpoint Config Structure

Information about the dataflow endpoint Config.

Type: object Properties: 2 Required: 1
Data ProcessingIoTSatellite CommunicationsSpace Technology

DataflowEndpointConfig is a JSON Structure definition published by Amazon Ground Station, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

dataflowEndpointName dataflowEndpointRegion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-structure/ground-station-dataflow-endpoint-config-structure.json",
  "name": "DataflowEndpointConfig",
  "description": "Information about the dataflow endpoint <code>Config</code>.",
  "type": "object",
  "properties": {
    "dataflowEndpointName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Name of a dataflow endpoint."
        }
      ]
    },
    "dataflowEndpointRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Region of a dataflow endpoint."
        }
      ]
    }
  },
  "required": [
    "dataflowEndpointName"
  ]
}