Amazon MediaLive · JSON Structure

Medialive Api Output Destination Settings Structure

Placeholder documentation for OutputDestinationSettings

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

OutputDestinationSettings 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

PasswordParam StreamName Url Username

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-settings-structure.json",
  "name": "OutputDestinationSettings",
  "type": "object",
  "description": "Placeholder documentation for OutputDestinationSettings",
  "properties": {
    "PasswordParam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "passwordParam"
          },
          "description": "key used to extract the password from EC2 Parameter store"
        }
      ]
    },
    "StreamName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "streamName"
          },
          "description": "Stream name for RTMP destinations (URLs of type rtmp://)"
        }
      ]
    },
    "Url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "url"
          },
          "description": "A URL specifying a destination"
        }
      ]
    },
    "Username": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "username"
          },
          "description": "username for destination"
        }
      ]
    }
  }
}