buildspec

@JvmName(name = "iyleqyaebkntbmdv")
suspend fun buildspec(value: Output<String>)
@JvmName(name = "ixmhuqgvnrjlmaei")
suspend fun buildspec(value: String?)

Parameters

value

The buildspec file declaration to use for the builds in this build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.