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

TestGridVpcConfig

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

The VPC security groups and subnets that are attached to a project.

interface TestGridVpcConfig {
securityGroupIds: string[];
subnetIds: string[];
vpcId: string;
}

§Properties

§
securityGroupIds: string[]
[src]

A list of VPC security group IDs in your Amazon VPC.

§
subnetIds: string[]
[src]

A list of VPC subnet IDs in your Amazon VPC.

§
vpcId: string
[src]

The ID of the Amazon VPC.