Amazon MediaLive · JSON Structure

Medialive Api Output Destination Structure

Placeholder documentation for OutputDestination

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

Id MediaPackageSettings MultiplexSettings Settings

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-output-destination-structure.json",
  "name": "OutputDestination",
  "type": "object",
  "description": "Placeholder documentation for OutputDestination",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "User-specified id. This is used in an output group or an output."
        }
      ]
    },
    "MediaPackageSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfMediaPackageOutputDestinationSettings"
        },
        {
          "xml": {
            "name": "mediaPackageSettings"
          },
          "description": "Destination settings for a MediaPackage output; one destination for both encoders."
        }
      ]
    },
    "MultiplexSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MultiplexProgramChannelDestinationSettings"
        },
        {
          "xml": {
            "name": "multiplexSettings"
          },
          "description": "Destination settings for a Multiplex output; one destination for both encoders."
        }
      ]
    },
    "Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfOutputDestinationSettings"
        },
        {
          "xml": {
            "name": "settings"
          },
          "description": "Destination settings for a standard output; one destination for each redundant encoder."
        }
      ]
    }
  }
}