Values.DeploymentPropertiesSourceThe deployment properties of the Amazon DataZone blueprint.
type nonrec t = {startTimeoutMinutes : DeploymentPropertiesStartTimeoutMinutesInteger.t option;The start timeout of the environment blueprint deployment.
*)endTimeoutMinutes : DeploymentPropertiesEndTimeoutMinutesInteger.t option;The end timeout of the environment blueprint deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DeploymentPropertiesStartTimeoutMinutesInteger.t ])
list ]