Amazon MediaConnect · JSON Structure

Mediaconnect Api __List Of Bridge Output Structure

__listOfBridgeOutput schema from AWS Elemental MediaConnect API

Type: array Properties: 0
BroadcastingLive VideoMediaMedia Transport

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

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-__list-of-bridge-output-structure.json",
  "name": "__listOfBridgeOutput",
  "type": "array",
  "description": "__listOfBridgeOutput schema from AWS Elemental MediaConnect API",
  "items": {
    "$ref": "#/components/schemas/BridgeOutput"
  }
}