Interface

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

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-interface-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-interface-schema.json",
  "title": "Interface",
  "description": "The VPC interface that is used for the media stream associated with the source or output.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the VPC interface."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}