Uses of Interface
software.amazon.awscdk.services.imagebuilder.alpha.IImage
Packages that use IImage
Package
Description
EC2 Image Builder Construct Library
-
Uses of IImage in software.amazon.awscdk.services.imagebuilder.alpha
Subinterfaces of IImage in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIImage.Classes in software.amazon.awscdk.services.imagebuilder.alpha that implement IImageModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Represents an EC2 Image Builder Image.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return IImageModifier and TypeMethodDescriptionstatic IImageAmazonManagedImage.amazonLinux2(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Amazon Linux 2 Amazon-managed image.static IImageAmazonManagedImage.amazonLinux2023(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Amazon Linux 2023 Amazon-managed image.static IImageAmazonManagedImage.fromAmazonManagedImageAttributes(software.constructs.Construct scope, String id, AmazonManagedImageAttributes attrs) (experimental) Imports an Amazon-managed image from its attributes.static IImageAmazonManagedImage.fromAmazonManagedImageName(software.constructs.Construct scope, String id, String amazonManagedImageName) (experimental) Imports an Amazon-managed image from its name.static IImageImage.fromImageArn(software.constructs.Construct scope, String id, String imageArn) (experimental) Import an existing image given its ARN.static IImageImage.fromImageAttributes(software.constructs.Construct scope, String id, ImageAttributes attrs) (experimental) Import an existing image by providing its attributes.static IImageImage.fromImageName(software.constructs.Construct scope, String id, String imageName) (experimental) Import an existing image given its name.static IImageAmazonManagedImage.macOS14(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the macOS 14 Amazon-managed image.static IImageAmazonManagedImage.macOS15(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the macOS 15 Amazon-managed image.static IImageAmazonManagedImage.redHatEnterpriseLinux10(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Red Hat Enterprise Linux 10 Amazon-managed image.static IImageAmazonManagedImage.suseLinuxEnterpriseServer15(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the SUSE Linux Enterprise Server 15 Amazon-managed image.static IImageAmazonManagedImage.ubuntuServer2204(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Ubuntu 22.04 Amazon-managed image.static IImageAmazonManagedImage.ubuntuServer2404(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Ubuntu 24.04 Amazon-managed image.static IImageAmazonManagedImage.windowsServer2016Core(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2016 Core Amazon-managed image.static IImageAmazonManagedImage.windowsServer2016Full(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2016 Full Amazon-managed image.static IImageAmazonManagedImage.windowsServer2019Core(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2019 Core Amazon-managed image.static IImageAmazonManagedImage.windowsServer2019Full(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2019 Full Amazon-managed image.static IImageAmazonManagedImage.windowsServer2022Core(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2022 Core Amazon-managed image.static IImageAmazonManagedImage.windowsServer2022Full(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2022 Full Amazon-managed image.static IImageAmazonManagedImage.windowsServer2025Core(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2025 Core Amazon-managed image.static IImageAmazonManagedImage.windowsServer2025Full(software.constructs.Construct scope, String id, AmazonManagedImageOptions opts) (experimental) Imports the Windows Server 2025 Full Amazon-managed image.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type IImageModifier and TypeMethodDescriptionstatic BaseContainerImage(experimental) The EC2 Image Builder image to use as a base image in a container recipe.static BaseImage(experimental) The EC2 Image Builder image to use as a base image in an image recipe.