Amazon MediaConnect · JSON Structure

Mediaconnect Api Key Type Structure

KeyType schema from AWS Elemental MediaConnect API

Type: string Properties: 0
BroadcastingLive VideoMediaMedia Transport

KeyType is a JSON Structure definition published by Amazon MediaConnect. 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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-key-type-structure.json",
  "name": "KeyType",
  "type": "string",
  "description": "KeyType schema from AWS Elemental MediaConnect API",
  "enum": [
    "speke",
    "static-key",
    "srt-password"
  ]
}