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

VpcInterfaceRequest

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

Desired VPC Interface for a Flow

interface VpcInterfaceRequest {
Name: string;
NetworkInterfaceType?: NetworkInterfaceType | null;
RoleArn: string;
SecurityGroupIds: string[];
SubnetId: string;
}

§Properties

§
Name: string
[src]

The name of the VPC Interface. This value must be unique within the current flow.

§
NetworkInterfaceType?: NetworkInterfaceType | null
[src]

The type of network interface. If this value is not included in the request, MediaConnect uses ENA as the networkInterfaceType.

§
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