CreateBridgeRequest

Creates a new bridge. The request must include one source.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
EgressGatewayBridge object
IngressGatewayBridge object
Name object
Outputs object
PlacementArn object
SourceFailoverConfig object
Sources object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-create-bridge-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-create-bridge-request-schema.json",
  "title": "CreateBridgeRequest",
  "description": "Creates a new bridge. The request must include one source.",
  "type": "object",
  "properties": {
    "EgressGatewayBridge": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AddEgressGatewayBridgeRequest"
        },
        {
          "xml": {
            "name": "egressGatewayBridge"
          },
          "description": "Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises."
        }
      ]
    },
    "IngressGatewayBridge": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AddIngressGatewayBridgeRequest"
        },
        {
          "xml": {
            "name": "ingressGatewayBridge"
          },
          "description": "Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the bridge. This name can not be modified after the bridge is created."
        }
      ]
    },
    "Outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfAddBridgeOutputRequest"
        },
        {
          "xml": {
            "name": "outputs"
          },
          "description": "The outputs that you want to add to this bridge."
        }
      ]
    },
    "PlacementArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "placementArn"
          },
          "description": "The bridge placement Amazon Resource Number (ARN)."
        }
      ]
    },
    "SourceFailoverConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailoverConfig"
        },
        {
          "xml": {
            "name": "sourceFailoverConfig"
          },
          "description": "The settings for source failover."
        }
      ]
    },
    "Sources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfAddBridgeSourceRequest"
        },
        {
          "xml": {
            "name": "sources"
          },
          "description": "The sources that you want to add to this bridge."
        }
      ]
    }
  },
  "required": [
    "Sources",
    "PlacementArn",
    "Name"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconnect-api-create-bridge-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.