InterfaceRequest

The VPC interface that you want to designate where the media stream is coming from or going to.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-interface-request-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-request-schema.json",
  "title": "InterfaceRequest",
  "description": "The VPC interface that you want to designate where the media stream is coming from or going to.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the VPC interface."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}