buildTimeout property

Output<int?> buildTimeout
latefinal

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

late final pulumi.Output<int?> buildTimeout;