AddFlowOutputsRequest

A request to add outputs to the specified flow.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
Outputs object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-add-flow-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-flow-outputs-request-schema.json",
  "title": "AddFlowOutputsRequest",
  "description": "A request to add outputs to the specified flow.",
  "type": "object",
  "properties": {
    "Outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfAddOutputRequest"
        },
        {
          "xml": {
            "name": "outputs"
          },
          "description": "A list of outputs that you want to add."
        }
      ]
    }
  },
  "required": [
    "Outputs"
  ]
}