Amazon MediaConnect · JSON Structure

Mediaconnect Api Update Bridge Request Structure

A request to update the bridge.

Type: object Properties: 3
BroadcastingLive VideoMediaMedia Transport

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

Properties

EgressGatewayBridge IngressGatewayBridge SourceFailoverConfig

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-update-bridge-request-structure.json",
  "name": "UpdateBridgeRequest",
  "type": "object",
  "description": "A request to update the bridge.",
  "properties": {
    "EgressGatewayBridge": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateEgressGatewayBridgeRequest"
        },
        {
          "xml": {
            "name": "egressGatewayBridge"
          }
        }
      ]
    },
    "IngressGatewayBridge": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateIngressGatewayBridgeRequest"
        },
        {
          "xml": {
            "name": "ingressGatewayBridge"
          }
        }
      ]
    },
    "SourceFailoverConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateFailoverConfig"
        },
        {
          "xml": {
            "name": "sourceFailoverConfig"
          }
        }
      ]
    }
  }
}