Amazon MediaConnect · JSON Structure

Mediaconnect Api Interface Structure

The VPC interface that is used for the media stream associated with the source or output.

Type: object Properties: 1 Required: 1
BroadcastingLive VideoMediaMedia Transport

Interface is a JSON Structure definition published by Amazon MediaConnect, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name

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-interface-structure.json",
  "name": "Interface",
  "type": "object",
  "description": "The VPC interface that is used for the media stream associated with the source or output.",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the VPC interface."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}