A Selenium testing project. Projects are used to collect and collate sessions.
import { CfnTestGridProject } from 'aws-cdk-lib/aws-devicefarm';Or use the module namespace:
import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnTestGridProjectConfiguration passed to the constructor as CfnTestGridProjectProps.
nameRequiredstringA human-readable name for the project.
descriptionOptionalstringA human-readable description for the project.
tagsOptionalCfnTag[]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* .
vpcConfigOptionalIResolvable | VpcConfigPropertyThe VPC security groups and subnets that are attached to a project.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devicefarm