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

VpcConfigurationDescription

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

Describes the parameters of a VPC used by the application.

interface VpcConfigurationDescription {
SecurityGroupIds: string[];
SubnetIds: string[];
VpcConfigurationId: string;
VpcId: 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.

§
VpcConfigurationId: string
[src]

The ID of the VPC configuration.

§
VpcId: string
[src]

The ID of the associated VPC.