Amazon MediaConnect · JSON Structure

Mediaconnect Api Network Interface Type Structure

NetworkInterfaceType schema from AWS Elemental MediaConnect API

Type: string Properties: 0
BroadcastingLive VideoMediaMedia Transport

NetworkInterfaceType 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-network-interface-type-structure.json",
  "name": "NetworkInterfaceType",
  "type": "string",
  "description": "NetworkInterfaceType schema from AWS Elemental MediaConnect API",
  "enum": [
    "ena",
    "efa"
  ]
}