Values.CreateProjectRequestSourceRepresents a request to the create project operation.
type nonrec t = {name : Name.t;The project's name.
*)defaultJobTimeoutMinutes : JobTimeoutMinutes.t option;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.
*)vpcConfig : VpcConfig.t option;The VPC security groups and subnets that are attached to a project.
*)environmentVariables : EnvironmentVariables.t option;A set of environment variables which are used by default for all runs in the project. These environment variables are applied to the test run during the execution of a test spec file. For more information about using test spec files, please see Custom test environments in AWS Device Farm.
*)executionRoleArn : AmazonRoleResourceName.t option;An IAM role to be assumed by the test host for all runs in the project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of JobTimeoutMinutes.t
| `List of
[> `Structure of
(string * [> `String of EnvironmentVariableName.t ]) list ]
list
| `String of Name.t
| `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of NonEmptyString.t ])
list ])
list ]