Creates a project.
import { CfnProject } from 'aws-cdk-lib/aws-devicefarm';Or use the module namespace:
import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
nameRequiredstringThe project's name.
defaultJobTimeoutMinutesOptionalnumberSets 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.
environmentVariablesOptionalIResolvable | IResolvable | EnvironmentVariableProperty[]executionRoleArnOptionalstringtagsOptionalCfnTag[]The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.
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