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

VpcOutputSettingsDescription

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

The properties for a private VPC Output

interface VpcOutputSettingsDescription {
AvailabilityZones?: string[] | null;
NetworkInterfaceIds?: string[] | null;
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
}

§Properties

§
AvailabilityZones?: string[] | null
[src]

The Availability Zones where the vpc subnets are located. The first Availability Zone applies to the first subnet in the list of subnets. The second Availability Zone applies to the second subnet.

§
NetworkInterfaceIds?: string[] | null
[src]

A list of Elastic Network Interfaces created by MediaLive in the customer's VPC

§
SecurityGroupIds?: string[] | null
[src]

A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.

§
SubnetIds?: string[] | null
[src]

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).