Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.DockerfileData
Packages that use DockerfileData
Package
Description
EC2 Image Builder Construct Library
-
Uses of DockerfileData in software.amazon.awscdk.services.imagebuilder.alpha
Subclasses of DockerfileData in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeClassDescriptionclass(experimental) Helper class for S3-based dockerfile data references, containing additional permission grant methods on the S3 object.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return DockerfileDataModifier and TypeMethodDescriptionstatic DockerfileDataDockerfileData.fromInline(String data) (experimental) Uses an inline string as the dockerfile data.default DockerfileDataContainerRecipeProps.getDockerfile()(experimental) The dockerfile template used to build the container image.final DockerfileDataContainerRecipeProps.Jsii$Proxy.getDockerfile()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type DockerfileDataModifier and TypeMethodDescriptionContainerRecipe.Builder.dockerfile(DockerfileData dockerfile) (experimental) The dockerfile template used to build the container image.ContainerRecipeProps.Builder.dockerfile(DockerfileData dockerfile) Sets the value ofContainerRecipeProps.getDockerfile()