Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Bridge Output Request Structure

The fields that you want to update in the bridge output.

Type: object Properties: 1
BroadcastingLive VideoMediaMedia Transport

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

Properties

NetworkOutput

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-output-request-structure.json",
  "name": "UpdateBridgeOutputRequest",
  "type": "object",
  "description": "The fields that you want to update in the bridge output.",
  "properties": {
    "NetworkOutput": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateBridgeNetworkOutputRequest"
        },
        {
          "xml": {
            "name": "networkOutput"
          }
        }
      ]
    }
  }
}