Amazon MediaLive · JSON Structure

Medialive Api Input Type Structure

The different types of inputs that AWS Elemental MediaLive supports.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

InputType 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-type-structure.json",
  "name": "InputType",
  "type": "string",
  "description": "The different types of inputs that AWS Elemental MediaLive supports.",
  "enum": [
    "UDP_PUSH",
    "RTP_PUSH",
    "RTMP_PUSH",
    "RTMP_PULL",
    "URL_PULL",
    "MP4_FILE",
    "MEDIACONNECT",
    "INPUT_DEVICE",
    "AWS_CDI",
    "TS_FILE"
  ]
}