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

VpcConfiguration

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

Describes the parameters of a VPC used by the application.

interface VpcConfiguration {
SecurityGroupIds: string[];
SubnetIds: string[];
}

§Properties

§
SecurityGroupIds: string[]
[src]

The array of SecurityGroup IDs used by the VPC configuration.

§
SubnetIds: string[]
[src]

The array of Subnet IDs used by the VPC configuration.