Amazon MediaLive · Schema

PauseStateScheduleActionSettings

Settings for the action to set pause state of a channel.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Pipelines object
View JSON Schema on GitHub

JSON Schema

medialive-api-pause-state-schedule-action-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-pause-state-schedule-action-settings-schema.json",
  "title": "PauseStateScheduleActionSettings",
  "description": "Settings for the action to set pause state of a channel.",
  "type": "object",
  "properties": {
    "Pipelines": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfPipelinePauseStateSettings"
        },
        {
          "xml": {
            "name": "pipelines"
          }
        }
      ]
    }
  }
}