Amazon MediaConnect · JSON Structure

Mediaconnect Api Add Bridge Sources Response Structure

AddBridgeSourcesResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

AddBridgeSourcesResponse is a JSON Structure definition published by Amazon MediaConnect, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BridgeArn 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-add-bridge-sources-response-structure.json",
  "name": "AddBridgeSourcesResponse",
  "type": "object",
  "description": "AddBridgeSourcesResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "BridgeArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bridgeArn"
          },
          "description": "The Amazon Resource Number (ARN) of the bridge."
        }
      ]
    },
    "Sources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfBridgeSource"
        },
        {
          "xml": {
            "name": "sources"
          },
          "description": "The sources that you added to this bridge."
        }
      ]
    }
  }
}