Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.BaseImage
Packages that use BaseImage
Package
Description
EC2 Image Builder Construct Library
-
Uses of BaseImage in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return BaseImageModifier and TypeMethodDescriptionstatic BaseImage(experimental) The AMI ID to use as a base image in an image recipe.static BaseImage(experimental) The EC2 Image Builder image to use as a base image in an image recipe.static BaseImageBaseImage.fromMarketplaceProductId(String productId) (experimental) The marketplace product ID for an AMI product to use as the base image in an image recipe.static BaseImageBaseImage.fromSsmParameter(IParameter parameter) (experimental) The SSM parameter to use as the base image in an image recipe.static BaseImageBaseImage.fromSsmParameterName(String parameterName) (experimental) The parameter name for the SSM parameter to use as the base image in an image recipe.static BaseImageBaseImage.fromString(String baseImageString) (experimental) The direct string value of the base image to use in an image recipe.ImageRecipeProps.getBaseImage()(experimental) The base image for customizations specified in the image recipe.final BaseImageImageRecipeProps.Jsii$Proxy.getBaseImage()default BaseImageIImage.Jsii$Default.toBaseImage()(experimental) Converts the image to a BaseImage, to use as the parent image in an image recipe.final BaseImageIImage.Jsii$Proxy.toBaseImage()(experimental) Converts the image to a BaseImage, to use as the parent image in an image recipe.IImage.toBaseImage()(experimental) Converts the image to a BaseImage, to use as the parent image in an image recipe.Image.toBaseImage()(experimental) Converts the image to a BaseImage, to use as the parent image in an image recipe.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type BaseImageModifier and TypeMethodDescription(experimental) The base image for customizations specified in the image recipe.Sets the value ofImageRecipeProps.getBaseImage()