Values.CreateTestGridProjectRequestSourceCreates a Selenium testing project. Projects are used to track TestGridSession instances.
type nonrec t = {name : ResourceName.t;Human-readable name of the Selenium testing project.
*)description : ResourceDescription.t option;Human-readable description of the project.
*)vpcConfig : TestGridVpcConfig.t option;The VPC security groups and subnets that are attached to a project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ])
list ]