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.3/services/lookoutmetrics.ts?docs=full";

Contains configuration information about the Amazon Virtual Private Cloud (VPC).

interface VpcConfiguration {
SecurityGroupIdList: string[];
SubnetIdList: string[];
}

§Properties

§
SecurityGroupIdList: string[]
[src]

An array of strings containing the list of security groups.

§
SubnetIdList: string[]
[src]

An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.