AddBridgeOutputsRequest

A request to add outputs to the specified bridge.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
Outputs object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-add-bridge-outputs-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-add-bridge-outputs-request-schema.json",
  "title": "AddBridgeOutputsRequest",
  "description": "A request to add outputs to the specified bridge.",
  "type": "object",
  "properties": {
    "Outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfAddBridgeOutputRequest"
        },
        {
          "xml": {
            "name": "outputs"
          },
          "description": "The outputs that you want to add to this bridge."
        }
      ]
    }
  },
  "required": [
    "Outputs"
  ]
}