| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.ecr.assets |
AWS CDK Docker Image Assets
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
static IBuildImage |
LinuxBuildImage.fromAsset(software.constructs.Construct scope,
String id,
DockerImageAssetProps props)
Uses an Docker image asset as a x86-64 Linux build image.
|
static IBuildImage |
WindowsBuildImage.fromAsset(software.constructs.Construct scope,
String id,
DockerImageAssetProps props)
Uses an Docker image asset as a Windows build image.
|
static IBuildImage |
WindowsBuildImage.fromAsset(software.constructs.Construct scope,
String id,
DockerImageAssetProps props,
WindowsImageType imageType)
Uses an Docker image asset as a Windows build image.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerImageAssetProps.Jsii$Proxy
An implementation for
DockerImageAssetProps |
| Modifier and Type | Method and Description |
|---|---|
DockerImageAssetProps |
DockerImageAssetProps.Builder.build()
Builds the configured instance.
|
| Constructor and Description |
|---|
DockerImageAsset(software.constructs.Construct scope,
String id,
DockerImageAssetProps props) |
| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromAsset(software.constructs.Construct scope,
String id,
DockerImageAssetProps props)
Reference a Docker image that is provided as an Asset in the current app.
|
Copyright © 2022. All rights reserved.