Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnProjectPropsMixin.Builder
Packages that use CfnProjectPropsMixin.Builder
-
Uses of CfnProjectPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.devicefarm
Methods in software.amazon.awscdk.cfnpropertymixins.services.devicefarm that return CfnProjectPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnProjectPropsMixin.BuilderCfnProjectPropsMixin.Builder.create()static CfnProjectPropsMixin.BuilderCfnProjectPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnProjectPropsMixin.Builder.defaultJobTimeoutMinutes(Number defaultJobTimeoutMinutes) Sets the execution timeout value (in minutes) for a project.CfnProjectPropsMixin.Builder.environmentVariables(List<? extends Object> environmentVariables) CfnProjectPropsMixin.Builder.environmentVariables(IResolvable environmentVariables) CfnProjectPropsMixin.Builder.executionRoleArn(String executionRoleArn) The project's name.The tags to add to the resource.CfnProjectPropsMixin.Builder.vpcConfig(CfnProjectPropsMixin.VpcConfigProperty vpcConfig) The VPC security groups and subnets that are attached to a project.CfnProjectPropsMixin.Builder.vpcConfig(IResolvable vpcConfig) The VPC security groups and subnets that are attached to a project.