Amazon MediaLive · JSON Structure

Medialive Api Input Destination Vpc Structure

The properties for a VPC type input destination.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

InputDestinationVpc is a JSON Structure definition published by Amazon MediaLive, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AvailabilityZone NetworkInterfaceId

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-medialive/refs/heads/main/json-structure/medialive-api-input-destination-vpc-structure.json",
  "name": "InputDestinationVpc",
  "type": "object",
  "description": "The properties for a VPC type input destination.",
  "properties": {
    "AvailabilityZone": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "availabilityZone"
          },
          "description": "The availability zone of the Input destination.\n"
        }
      ]
    },
    "NetworkInterfaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "networkInterfaceId"
          },
          "description": "The network interface ID of the Input destination in the VPC.\n"
        }
      ]
    }
  }
}