Amazon MediaLive · JSON Structure

Medialive Api Input Source Request Structure

Settings for for a PULL type input.

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

PasswordParam 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-input-source-request-structure.json",
  "name": "InputSourceRequest",
  "type": "object",
  "description": "Settings for for a PULL type input.",
  "properties": {
    "PasswordParam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "passwordParam"
          },
          "description": "The key used to extract the password from EC2 Parameter store."
        }
      ]
    },
    "Url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "url"
          },
          "description": "This represents the customer's source URL where stream is\npulled from.\n"
        }
      ]
    },
    "Username": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "username"
          },
          "description": "The username for the input source."
        }
      ]
    }
  }
}