AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnTestGridProject

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

Import

import { CfnTestGridProject } from 'aws-cdk-lib/aws-devicefarm';

Or use the module namespace:

import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnTestGridProject

Properties

Configuration passed to the constructor as CfnTestGridProjectProps.

nameRequired
string

A human-readable name for the project.

descriptionOptional
string

A human-readable description for the project.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) in the *guide* .

vpcConfigOptional
IResolvable | VpcConfigProperty

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

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-devicefarm
Properties4

External Links