Amazon MediaLive · Schema

MotionGraphicsActivateScheduleActionSettings

Settings to specify the rendering of motion graphics into the video stream.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Duration object
PasswordParam object
Url object
Username object
View JSON Schema on GitHub

JSON Schema

medialive-api-motion-graphics-activate-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-motion-graphics-activate-schedule-action-settings-schema.json",
  "title": "MotionGraphicsActivateScheduleActionSettings",
  "description": "Settings to specify the rendering of motion graphics into the video stream.",
  "type": "object",
  "properties": {
    "Duration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__longMin0Max86400000"
        },
        {
          "xml": {
            "name": "duration"
          },
          "description": "Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed."
        }
      ]
    },
    "PasswordParam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "passwordParam"
          },
          "description": "Key used to extract the password from EC2 Parameter store"
        }
      ]
    },
    "Url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "url"
          },
          "description": "URI of the HTML5 content to be rendered into the live stream."
        }
      ]
    },
    "Username": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "username"
          },
          "description": "Documentation update needed"
        }
      ]
    }
  }
}