Values.ProjectSourceRepresents an operating-system neutral workspace for running and managing tests.
type nonrec t = {arn : AmazonResourceName.t option;The project's ARN.
*)name : Name.t option;The project's name.
*)defaultJobTimeoutMinutes : JobTimeoutMinutes.t option;The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
*)created : DateTime.t option;When the project was created.
*)vpcConfig : VpcConfig.t option;The VPC security groups and subnets that are attached to a project.
*)environmentVariables : EnvironmentVariables.t option;Environment variables associated with the project.
*)executionRoleArn : AmazonRoleResourceName.t option;The IAM execution role associated with 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 AmazonResourceName.t
| `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of NonEmptyString.t ])
list
| `Timestamp of DateTime.t ])
list ]