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

VpcInterfaceAttachment

import type { VpcInterfaceAttachment } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

The settings for attaching a VPC interface to an output.

interface VpcInterfaceAttachment {
VpcInterfaceName?: string | null;
}

§Properties

§
VpcInterfaceName?: string | null
[src]

The name of the VPC interface to use for this output.