Amazon Ground Station · JSON Structure

Ground Station Dataflow Endpoint List Item Structure

Item in a list of DataflowEndpoint groups.

Type: object Properties: 2
Data ProcessingIoTSatellite CommunicationsSpace Technology

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

Properties

dataflowEndpointGroupArn dataflowEndpointGroupId

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-list-item-structure.json",
  "name": "DataflowEndpointListItem",
  "description": "Item in a list of <code>DataflowEndpoint</code> groups.",
  "type": "object",
  "properties": {
    "dataflowEndpointGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataflowEndpointGroupArn"
        },
        {
          "description": "ARN of a dataflow endpoint group."
        }
      ]
    },
    "dataflowEndpointGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Uuid"
        },
        {
          "description": "UUID of a dataflow endpoint group."
        }
      ]
    }
  }
}