buildspec property

Input<String?>? buildspec
final

The build spec declaration to use for this build project's related builds. This must be set when type is NO_SOURCE. It can either be a path to a file residing in the repository to be built or a local file path leveraging the file() built-in.

Implementation

final pulumi.Input<String?>? buildspec;