Values.ImageTestsConfigurationSourceConfigure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.
type nonrec t = {imageTestsEnabled : NullableBoolean.t option;Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
*)timeoutMinutes : ImageTestsTimeoutMinutes.t option;The maximum time in minutes that tests are permitted to run. The timeout property is not currently active. This value is ignored.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Integer of ImageTestsTimeoutMinutes.t ])
list ]