AwsCodeBuildProjectEnvironment

Information about the build environment for this build project.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificate to use with this build project.

Link copied to clipboard

A set of environment variables to make available to builds for the build project.

Link copied to clipboard

The type of credentials CodeBuild uses to pull images in your build.

Link copied to clipboard

Whether to allow the Docker daemon to run inside a Docker container. Set to true if the build project is used to build Docker images.

Link copied to clipboard

The credentials for access to a private registry.

Link copied to clipboard
val type: String?

The type of build environment to use for related builds.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String