Uses of Class
software.amazon.awscdk.DockerImage
Packages that use DockerImage
Package
Description
AWS Cloud Development Kit Library
AWS Lambda Construct Library
Amazon Lambda Node.js Library
-
Uses of DockerImage in software.amazon.awscdk
Methods in software.amazon.awscdk that return DockerImageModifier and TypeMethodDescriptionstatic DockerImageBuilds a Docker image.static DockerImageDockerImage.fromBuild(String path, DockerBuildOptions options) Builds a Docker image.static DockerImageDockerImage.fromRegistry(String image) Reference an image on DockerHub or another online registry.BundlingOptions.getImage()The Docker image where the command will run.final DockerImageBundlingOptions.Jsii$Proxy.getImage()Methods in software.amazon.awscdk with parameters of type DockerImageModifier and TypeMethodDescriptionBundlingOptions.Builder.image(DockerImage image) Sets the value ofBundlingOptions.getImage() -
Uses of DockerImage in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return DockerImageModifier and TypeMethodDescriptionRuntime.getBundlingImage()The bundling Docker image for this runtime. -
Uses of DockerImage in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return DockerImageModifier and TypeMethodDescriptiondefault DockerImageBundlingOptions.getDockerImage()A custom bundling Docker image.final DockerImageBundlingOptions.Jsii$Proxy.getDockerImage()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type DockerImageModifier and TypeMethodDescriptionBundlingOptions.Builder.dockerImage(DockerImage dockerImage) Sets the value ofBundlingOptions.getDockerImage()