buildTimeout property

Input<int?>? buildTimeout
final

Number of minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes. The buildTimeout property is not available on the Lambda compute type.

Implementation

final pulumi.Input<int?>? buildTimeout;