Amazon MediaConnect · JSON Structure

Mediaconnect Api Bridge Structure

A Bridge is the connection between your datacenter's Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.

Type: object Properties: 10 Required: 4
BroadcastingLive VideoMediaMedia Transport

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

Properties

BridgeArn BridgeMessages BridgeState 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-bridge-structure.json",
  "name": "Bridge",
  "type": "object",
  "description": "A Bridge is the connection between your datacenter's Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.",
  "properties": {
    "BridgeArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bridgeArn"
          },
          "description": "The Amazon Resource Number (ARN) of the bridge."
        }
      ]
    },
    "BridgeMessages": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfMessageDetail"
        },
        {
          "xml": {
            "name": "bridgeMessages"
          }
        }
      ]
    },
    "BridgeState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeState"
        },
        {
          "xml": {
            "name": "bridgeState"
          }
        }
      ]
    },
    "EgressGatewayBridge": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EgressGatewayBridge"
        },
        {
          "xml": {
            "name": "egressGatewayBridge"
          }
        }
      ]
    },
    "IngressGatewayBridge": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IngressGatewayBridge"
        },
        {
          "xml": {
            "name": "ingressGatewayBridge"
          }
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the bridge."
        }
      ]
    },
    "Outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfBridgeOutput"
        },
        {
          "xml": {
            "name": "outputs"
          },
          "description": "The outputs on this bridge."
        }
      ]
    },
    "PlacementArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "placementArn"
          },
          "description": "The placement Amazon Resource Number (ARN) of the bridge."
        }
      ]
    },
    "SourceFailoverConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailoverConfig"
        },
        {
          "xml": {
            "name": "sourceFailoverConfig"
          }
        }
      ]
    },
    "Sources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfBridgeSource"
        },
        {
          "xml": {
            "name": "sources"
          },
          "description": "The sources on this bridge."
        }
      ]
    }
  },
  "required": [
    "BridgeArn",
    "BridgeState",
    "PlacementArn",
    "Name"
  ]
}