Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InputDestinationVpc

import type { InputDestinationVpc } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

The properties for a VPC type input destination.

interface InputDestinationVpc {
AvailabilityZone?: string | null;
NetworkInterfaceId?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The availability zone of the Input destination.

§
NetworkInterfaceId?: string | null
[src]

The network interface ID of the Input destination in the VPC.