Values.TestGridProjectSourceA Selenium testing project. Projects are used to collect and collate sessions.
type nonrec t = {arn : DeviceFarmArn.t option;The ARN for the project.
*)name : String_.t option;A human-readable name for the project.
*)description : String_.t option;A human-readable description for the project.
*)vpcConfig : TestGridVpcConfig.t option;The VPC security groups and subnets that are attached to a project.
*)created : DateTime.t option;When the project was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DeviceFarmArn.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list
| `Timestamp of DateTime.t ])
list ]