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

CreateTestGridProjectRequest

import type { CreateTestGridProjectRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface CreateTestGridProjectRequest {
description?: string | null;
name: string;
vpcConfig?: TestGridVpcConfig | null;
}

§Properties

§
description?: string | null
[src]

Human-readable description of the project.

§
name: string
[src]

Human-readable name of the Selenium testing project.

§
vpcConfig?: TestGridVpcConfig | null
[src]

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