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

TestGridProject

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

A Selenium testing project. Projects are used to collect and collate sessions.

interface TestGridProject {
arn?: string | null;
created?: Date | number | null;
description?: string | null;
name?: string | null;
vpcConfig?: TestGridVpcConfig | null;
}

§Properties

§
arn?: string | null
[src]

The ARN for the project.

§
created?: Date | number | null
[src]

When the project was created.

§
description?: string | null
[src]

A human-readable description for the project.

§
name?: string | null
[src]

A human-readable name for the project.

§
vpcConfig?: TestGridVpcConfig | null
[src]

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