Amazon MediaLive · JSON Structure

Medialive Api Input Switch Schedule Action Settings Structure

Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.

Type: object Properties: 3 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

InputAttachmentNameReference InputClippingSettings UrlPath

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-switch-schedule-action-settings-structure.json",
  "name": "InputSwitchScheduleActionSettings",
  "type": "object",
  "description": "Settings for the \"switch input\" action: to switch from ingesting one input to ingesting another input.",
  "properties": {
    "InputAttachmentNameReference": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "inputAttachmentNameReference"
          },
          "description": "The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration."
        }
      ]
    },
    "InputClippingSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputClippingSettings"
        },
        {
          "xml": {
            "name": "inputClippingSettings"
          },
          "description": "Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file."
        }
      ]
    },
    "UrlPath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "urlPath"
          },
          "description": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source."
        }
      ]
    }
  },
  "required": [
    "InputAttachmentNameReference"
  ]
}