Amazon MediaLive · Schema

HlsIncompleteSegmentBehavior

Hls Incomplete Segment Behavior

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-hls-incomplete-segment-behavior-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-hls-incomplete-segment-behavior-schema.json",
  "title": "HlsIncompleteSegmentBehavior",
  "description": "Hls Incomplete Segment Behavior",
  "type": "string",
  "enum": [
    "AUTO",
    "SUPPRESS"
  ]
}