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

VpcInterface

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

The settings for a VPC Source.

interface VpcInterface {
Name: string;
NetworkInterfaceIds: string[];
NetworkInterfaceType: NetworkInterfaceType;
RoleArn: string;
SecurityGroupIds: string[];
SubnetId: string;
}

§Properties

§
Name: string
[src]

Immutable and has to be a unique against other VpcInterfaces in this Flow.

§
NetworkInterfaceIds: string[]
[src]

IDs of the network interfaces created in customer's account by MediaConnect.

§
NetworkInterfaceType: NetworkInterfaceType
[src]

The type of network interface.

§
RoleArn: string
[src]

Role Arn MediaConnect can assumes to create ENIs in customer's account

§
SecurityGroupIds: string[]
[src]

Security Group IDs to be used on ENI.

§
SubnetId: string
[src]

Subnet must be in the AZ of the Flow