Builder
Properties
Information about the build output artifacts for the build project.
The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the RetryBuild
API to automatically retry your build for up to 2 additional times.
Set this to true to generate a publicly accessible URL for your project's build badge.
A ProjectBuildBatchConfig object that defines the batch build options for the project.
Stores recently used information so that it can be quickly accessed at a later time.
The maximum number of concurrent builds that are allowed for this project.
A description that makes the build project easy to identify.
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
Information about the build environment for the build project.
An array of ProjectFileSystemLocation
objects for a CodeBuild build project. A ProjectFileSystemLocation
object specifies the identifier
, location
, mountOptions
, mountPoint
, and type
of a file system created using Amazon Elastic File System.
Information about logs for the build project. These can be logs in CloudWatch Logs, logs uploaded to a specified S3 bucket, or both.
The number of minutes a build is allowed to be queued before it times out.
An array of ProjectArtifacts
objects.
An array of ProjectSource
objects.
An array of ProjectSourceVersion
objects. If secondarySourceVersions
is specified at the build level, then they take precedence over these secondarySourceVersions
(at the project level).
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.
Information about the build input source code for the build project.
A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.
Functions
construct an aws.sdk.kotlin.services.codebuild.model.ProjectArtifacts inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.ProjectBuildBatchConfig inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.ProjectCache inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.ProjectEnvironment inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.LogsConfig inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.ProjectSource inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.VpcConfig inside the given block