Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The Amazon Resource Name (ARN) of the build project.

Link copied to clipboard

Information about the build output artifacts for the build project.

Link copied to clipboard

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.

Link copied to clipboard

Information about the build badge for the build project.

Link copied to clipboard

A ProjectBuildBatchConfig object that defines the batch build options for the project.

Link copied to clipboard

Information about the cache for the build project.

Link copied to clipboard

The maximum number of concurrent builds that are allowed for this project.

Link copied to clipboard

When the build project was created, expressed in Unix time format.

Link copied to clipboard

A description that makes the build project easy to identify.

Link copied to clipboard

The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

Link copied to clipboard

Information about the build environment for this build project.

Link copied to clipboard

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.

Link copied to clipboard

When the build project's settings were last modified, expressed in Unix time format.

Link copied to clipboard

Information about logs for the build project. A project can create logs in CloudWatch Logs, an S3 bucket, or both.

Link copied to clipboard
var name: String?

The name of the build project.

Link copied to clipboard

Specifies the visibility of the project's builds. Possible values are:

Link copied to clipboard

Contains the project identifier used with the public build APIs.

Link copied to clipboard

The number of minutes a build is allowed to be queued before it times out.

Link copied to clipboard

The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.

Link copied to clipboard

An array of ProjectArtifacts objects.

Link copied to clipboard

An array of ProjectSource objects.

Link copied to clipboard

An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).

Link copied to clipboard

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.

Link copied to clipboard

Information about the build input source code for this build project.

Link copied to clipboard

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:

Link copied to clipboard
var tags: List<Tag>?

A list of tag key and value pairs associated with this build project.

Link copied to clipboard

How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.

Link copied to clipboard

Information about the VPC configuration that CodeBuild accesses.

Link copied to clipboard

Information about a webhook that connects repository events to a build project in CodeBuild.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard