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

CreateProjectRequest

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

Represents a request to the create project operation.

interface CreateProjectRequest {
defaultJobTimeoutMinutes?: number | null;
name: string;
vpcConfig?: VpcConfig | null;
}

§Properties

§
defaultJobTimeoutMinutes?: number | null
[src]

Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.

§
name: string
[src]

The project's name.

§
vpcConfig?: VpcConfig | null
[src]

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