Amazon MediaConnect · JSON Structure

Mediaconnect Api Bridge Network Output Structure

The output of the bridge. A network output is delivered to your premises.

Type: object Properties: 6 Required: 6
BroadcastingLive VideoMediaMedia Transport

BridgeNetworkOutput is a JSON Structure definition published by Amazon MediaConnect, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IpAddress Name NetworkName Port Protocol Ttl

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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-bridge-network-output-structure.json",
  "name": "BridgeNetworkOutput",
  "type": "object",
  "description": "The output of the bridge. A network output is delivered to your premises.",
  "properties": {
    "IpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "ipAddress"
          },
          "description": "The network output IP Address."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The network output name."
        }
      ]
    },
    "NetworkName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "networkName"
          },
          "description": "The network output's gateway network name."
        }
      ]
    },
    "Port": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "port"
          },
          "description": "The network output port."
        }
      ]
    },
    "Protocol": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Protocol"
        },
        {
          "xml": {
            "name": "protocol"
          },
          "description": "The network output protocol."
        }
      ]
    },
    "Ttl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "ttl"
          },
          "description": "The network output TTL."
        }
      ]
    }
  },
  "required": [
    "NetworkName",
    "Port",
    "IpAddress",
    "Protocol",
    "Ttl",
    "Name"
  ]
}