Amazon MediaConnect · JSON Structure

Mediaconnect Api Egress Gateway Bridge Structure

EgressGatewayBridge schema from AWS Elemental MediaConnect API

Type: object Properties: 2 Required: 1
BroadcastingLive VideoMediaMedia Transport

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

Properties

InstanceId MaxBitrate

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-egress-gateway-bridge-structure.json",
  "name": "EgressGatewayBridge",
  "type": "object",
  "description": "EgressGatewayBridge schema from AWS Elemental MediaConnect API",
  "properties": {
    "InstanceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "instanceId"
          },
          "description": "The ID of the instance running this bridge."
        }
      ]
    },
    "MaxBitrate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "maxBitrate"
          },
          "description": "The maximum expected bitrate (in bps) of the egress bridge."
        }
      ]
    }
  },
  "required": [
    "MaxBitrate"
  ]
}