| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsImageType |
WindowsImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsImageType[] |
WindowsImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IBuildImage |
WindowsBuildImage.fromAsset(software.constructs.Construct scope,
String id,
DockerImageAssetProps props,
WindowsImageType imageType)
Uses an Docker image asset as a Windows build image.
|
static IBuildImage |
WindowsBuildImage.fromDockerRegistry(String name,
DockerImageOptions options,
WindowsImageType imageType) |
static IBuildImage |
WindowsBuildImage.fromEcrRepository(IRepository repository,
String tagOrDigest,
WindowsImageType imageType) |
Copyright © 2022. All rights reserved.