Amazon MediaLive · JSON Structure

Medialive Api Multiplex Output Settings Structure

Multiplex Output Settings

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

Destination

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-medialive/refs/heads/main/json-structure/medialive-api-multiplex-output-settings-structure.json",
  "name": "MultiplexOutputSettings",
  "type": "object",
  "description": "Multiplex Output Settings",
  "properties": {
    "Destination": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutputLocationRef"
        },
        {
          "xml": {
            "name": "destination"
          },
          "description": "Destination is a Multiplex."
        }
      ]
    }
  },
  "required": [
    "Destination"
  ]
}