Amazon MediaLive · JSON Structure

Medialive Api Pause State Schedule Action Settings Structure

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

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

Pipelines

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-pause-state-schedule-action-settings-structure.json",
  "name": "PauseStateScheduleActionSettings",
  "type": "object",
  "description": "Settings for the action to set pause state of a channel.",
  "properties": {
    "Pipelines": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfPipelinePauseStateSettings"
        },
        {
          "xml": {
            "name": "pipelines"
          }
        }
      ]
    }
  }
}