Amazon MediaLive · JSON Structure

Medialive Api Reboot Input Device Force Structure

Whether or not to force reboot the input device.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

RebootInputDeviceForce 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-reboot-input-device-force-structure.json",
  "name": "RebootInputDeviceForce",
  "type": "string",
  "description": "Whether or not to force reboot the input device.",
  "enum": [
    false,
    true
  ]
}