Uses of Interface
software.amazon.awscdk.services.ecr.assets.DockerImageAssetProps
Package
Description
AWS CodeBuild Construct Library
AWS CDK Docker Image Assets
Tasks for AWS Step Functions
-
Uses of DockerImageAssetProps in software.amazon.awscdk.services.codebuild
Modifier and TypeMethodDescriptionstatic 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
MacBuildImage.fromAsset
(software.constructs.Construct scope, String id, DockerImageAssetProps props) Uses an Docker image asset as a ARM MacOS 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. -
Uses of DockerImageAssetProps in software.amazon.awscdk.services.ecr.assets
Modifier and TypeMethodDescriptionDockerImageAssetProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionDockerImageAsset
(software.constructs.Construct scope, String id, DockerImageAssetProps props) -
Uses of DockerImageAssetProps in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionstatic 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.