Amazon MediaLive · JSON Structure

Medialive Api Input Device Type Structure

The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose "HD".

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-device-type-structure.json",
  "name": "InputDeviceType",
  "type": "string",
  "description": "The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose \"HD\".",
  "enum": [
    "HD",
    "UHD"
  ]
}