Amazon MediaConnect · JSON Structure

Mediaconnect Api Bridge Flow Output Structure

The output of the bridge. A flow output is delivered to the AWS cloud.

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

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

Properties

FlowArn FlowSourceArn Name

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-flow-output-structure.json",
  "name": "BridgeFlowOutput",
  "type": "object",
  "description": "The output of the bridge. A flow output is delivered to the AWS cloud.",
  "properties": {
    "FlowArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "flowArn"
          },
          "description": "The Amazon Resource Number (ARN) of the cloud flow."
        }
      ]
    },
    "FlowSourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "flowSourceArn"
          },
          "description": "The Amazon Resource Number (ARN) of the flow source."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the bridge's output."
        }
      ]
    }
  },
  "required": [
    "FlowSourceArn",
    "FlowArn",
    "Name"
  ]
}