Module: AWSCDK::CodeBuild::WindowsImageType

Defined in:
code_build/windows_image_type.rb

Overview

Environment type for Windows Docker images.

Constant Summary collapse

STANDARD =
Deprecated.
Note:

Default:

The standard environment type, WINDOWS_CONTAINER.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.WindowsImageType", "STANDARD")
SERVER_2019 =
Deprecated.
Note:

Default:

The WINDOWS_SERVER_2019_CONTAINER environment type.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.WindowsImageType", "SERVER_2019")
SERVER_2022 =
Deprecated.
Note:

Default:

The WINDOWS_SERVER_2022_CONTAINER environment type.

Notice: Cannot be used with on-demand compute, only with a BuildEnvironment.fleet.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.WindowsImageType", "SERVER_2022")