Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ContainerInstanceImage
Packages that use ContainerInstanceImage
Package
Description
EC2 Image Builder Construct Library
-
Uses of ContainerInstanceImage in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ContainerInstanceImageModifier and TypeMethodDescriptionstatic ContainerInstanceImage(experimental) The AMI ID to use to launch the instance for building the container image.static ContainerInstanceImageContainerInstanceImage.fromSsmParameter(IStringParameter parameter) (experimental) The SSM parameter to use to launch the instance for building the container image.static ContainerInstanceImageContainerInstanceImage.fromSsmParameterName(String parameterName) (experimental) The ARN of the SSM parameter used to launch the instance for building the container image.static ContainerInstanceImageContainerInstanceImage.fromString(String containerInstanceImageString) (experimental) The string value of the container instance image to use in a container recipe.default ContainerInstanceImageContainerRecipeProps.getInstanceImage()(experimental) The image to use to launch the instance used for building, testing, and distributing the container image.final ContainerInstanceImageContainerRecipeProps.Jsii$Proxy.getInstanceImage()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ContainerInstanceImageModifier and TypeMethodDescriptionContainerRecipe.Builder.instanceImage(ContainerInstanceImage instanceImage) (experimental) The image to use to launch the instance used for building, testing, and distributing the container image.ContainerRecipeProps.Builder.instanceImage(ContainerInstanceImage instanceImage) Sets the value ofContainerRecipeProps.getInstanceImage()