Amazon MediaConnect · JSON Structure

Mediaconnect Api Gateway State Structure

GatewayState schema from AWS Elemental MediaConnect API

Type: string Properties: 0
BroadcastingLive VideoMediaMedia Transport

GatewayState 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-gateway-state-structure.json",
  "name": "GatewayState",
  "type": "string",
  "description": "GatewayState schema from AWS Elemental MediaConnect API",
  "enum": [
    "CREATING",
    "ACTIVE",
    "UPDATING",
    "ERROR",
    "DELETING",
    "DELETED"
  ]
}