Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Bridge Network Output Request Structure

Update an existing network output.

Type: object Properties: 5
BroadcastingLive VideoMediaMedia Transport

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

Properties

IpAddress 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-update-bridge-network-output-request-structure.json",
  "name": "UpdateBridgeNetworkOutputRequest",
  "type": "object",
  "description": "Update an existing network output.",
  "properties": {
    "IpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "ipAddress"
          },
          "description": "The network output IP Address."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}