Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IContainerRecipe
Packages that use IContainerRecipe
Package
Description
EC2 Image Builder Construct Library
-
Uses of IContainerRecipe in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IContainerRecipe in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIContainerRecipe.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IContainerRecipeModifier 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.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IContainerRecipeModifier and TypeMethodDescriptionstatic IContainerRecipeContainerRecipe.fromContainerRecipeArn(software.constructs.Construct scope, String id, String containerRecipeArn) (experimental) Import an existing container recipe given its ARN.static IContainerRecipeContainerRecipe.fromContainerRecipeAttributes(software.constructs.Construct scope, String id, ContainerRecipeAttributes attrs) (experimental) Import an existing container recipe by providing its attributes.static IContainerRecipeContainerRecipe.fromContainerRecipeName(software.constructs.Construct scope, String id, String containerRecipeName) (experimental) Import the latest version of an existing container recipe given its name.