ProjectEnvironment
Information about the build environment of the build project.
Types
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.
The compute configuration of the build project. This is only required if computeType
is set to ATTRIBUTE_BASED_COMPUTE
.
Information about the compute resources the build project uses. Available values include:
A DockerServer object to use for this build project.
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.