@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:52.441Z") @Stability(value=Experimental) public interface BuildEnvironment extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildEnvironment.Builder
A builder for
BuildEnvironment |
static class |
BuildEnvironment.Jsii$Proxy
An implementation for
BuildEnvironment |
| Modifier and Type | Method and Description |
|---|---|
static BuildEnvironment.Builder |
builder() |
default IBuildImage |
getBuildImage()
(experimental) The image used for the builds.
|
default ComputeType |
getComputeType()
(experimental) The type of compute to use for this build.
|
default Map<String,BuildEnvironmentVariable> |
getEnvironmentVariables()
(experimental) The environment variables that your builds can use.
|
default Boolean |
getPrivileged()
(experimental) Indicates how the project builds Docker images.
|
@Stability(value=Experimental) @Nullable default IBuildImage getBuildImage()
Default: LinuxBuildImage.STANDARD_1_0
@Stability(value=Experimental) @Nullable default ComputeType getComputeType()
See the {@link ComputeType} enum for the possible values.
Default: taken from #buildImage#defaultComputeType
@Stability(value=Experimental) @Nullable default Map<String,BuildEnvironmentVariable> getEnvironmentVariables()
@Stability(value=Experimental) @Nullable default Boolean getPrivileged()
Specify true to enable running the Docker daemon inside a Docker container. This value must be set to true only if this build project will be used to build Docker images, and the specified build environment image is not one provided by AWS CodeBuild with Docker support. Otherwise, all associated builds that attempt to interact with the Docker daemon will fail.
Default: false
@Stability(value=Experimental) static BuildEnvironment.Builder builder()
BuildEnvironment.Builder of BuildEnvironmentCopyright © 2021. All rights reserved.