Amazon MediaConnect · JSON Structure

Mediaconnect Api Create Bridge Request Structure

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

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

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

Properties

EgressGatewayBridge IngressGatewayBridge Name Outputs PlacementArn SourceFailoverConfig Sources

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-create-bridge-request-structure.json",
  "name": "CreateBridgeRequest",
  "type": "object",
  "description": "Creates a new bridge. The request must include one source.",
  "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/mediaconnect-api-create-bridge-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.