Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IRecipeBase
Packages that use IRecipeBase
Package
Description
EC2 Image Builder Construct Library
-
Uses of IRecipeBase in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IRecipeBase in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptioninterface(experimental) An EC2 Image Builder Container Recipe.static interfaceInternal default implementation forIContainerRecipe.interface(experimental) An EC2 Image Builder Image Recipe.static interfaceInternal default implementation forIImageRecipe.static interfaceInternal default implementation forIRecipeBase.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IRecipeBaseModifier and TypeClassDescriptionclass(experimental) Represents an EC2 Image Builder Container Recipe.class(experimental) A new or imported Container Recipe.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Represents an EC2 Image Builder Image Recipe.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IRecipeBaseModifier and TypeMethodDescriptionImagePipelineProps.getRecipe()(experimental) The recipe that defines the base image, components, and customizations used to build the image.final IRecipeBaseImagePipelineProps.Jsii$Proxy.getRecipe()ImageProps.getRecipe()(experimental) The recipe that defines the base image, components, and customizations used to build the image.final IRecipeBaseImageProps.Jsii$Proxy.getRecipe()Methods in software.amazon.awscdk.services.imagebuilder.alpha that return types with arguments of type IRecipeBaseModifier and TypeMethodDescriptiondefault List<IRecipeBase> LifecyclePolicyResourceSelection.getRecipes()(experimental) The list of image recipes or container recipes to apply the lifecycle policy to.final List<IRecipeBase> LifecyclePolicyResourceSelection.Jsii$Proxy.getRecipes()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type IRecipeBaseModifier and TypeMethodDescriptionImage.Builder.recipe(IRecipeBase recipe) (experimental) The recipe that defines the base image, components, and customizations used to build the image.ImagePipeline.Builder.recipe(IRecipeBase recipe) (experimental) The recipe that defines the base image, components, and customizations used to build the image.ImagePipelineProps.Builder.recipe(IRecipeBase recipe) Sets the value ofImagePipelineProps.getRecipe()ImageProps.Builder.recipe(IRecipeBase recipe) Sets the value ofImageProps.getRecipe()Method parameters in software.amazon.awscdk.services.imagebuilder.alpha with type arguments of type IRecipeBaseModifier and TypeMethodDescriptionLifecyclePolicyResourceSelection.Builder.recipes(List<? extends IRecipeBase> recipes) Sets the value ofLifecyclePolicyResourceSelection.getRecipes()