Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IImageRecipe
Packages that use IImageRecipe
Package
Description
EC2 Image Builder Construct Library
-
Uses of IImageRecipe in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IImageRecipe in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIImageRecipe.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IImageRecipeModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Represents an EC2 Image Builder Image Recipe.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IImageRecipeModifier and TypeMethodDescriptionstatic IImageRecipeImageRecipe.fromImageRecipeArn(software.constructs.Construct scope, String id, String imageRecipeArn) (experimental) Import an existing image recipe given its ARN.static IImageRecipeImageRecipe.fromImageRecipeAttributes(software.constructs.Construct scope, String id, ImageRecipeAttributes attrs) (experimental) Import an existing image recipe by providing its attributes.static IImageRecipeImageRecipe.fromImageRecipeName(software.constructs.Construct scope, String id, String imageRecipeName) (experimental) Import the latest version of an existing image recipe given its name.