Builder
Properties
The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide.
Information about the compute resources the build project uses. Available values include:
A set of environment variables to make available to builds for this build project.
A ProjectFleet object to use for this build project.
The type of credentials CodeBuild uses to pull images in your build. There are two valid values:
Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false
.
The credentials for access to a private registry.
The type of build environment to use for related builds.
Functions
construct an aws.sdk.kotlin.services.codebuild.model.ProjectFleet inside the given block
construct an aws.sdk.kotlin.services.codebuild.model.RegistryCredential inside the given block