Interface IMachineImage
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IMachineImage.Jsii$Default
- All Known Implementing Classes:
AmazonLinux2022ImageSsmParameter,AmazonLinux2023ImageSsmParameter,AmazonLinux2ImageSsmParameter,AmazonLinuxImage,AmazonLinuxImageSsmParameterBase,BottleRocketImage,EcsOptimizedImage,EksOptimizedImage,EksOptimizedImage,GenericLinuxImage,GenericSSMParameterImage,GenericWindowsImage,IMachineImage.Jsii$Proxy,LookupMachineImage,NatInstanceImage,ResolveSsmParameterAtLaunchImage,WindowsImage
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:35.293Z")
@Stability(Stable)
public interface IMachineImage
extends software.amazon.jsii.JsiiSerializable
Interface for classes that can select an appropriate machine image to use.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMachineImage.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetImage(software.constructs.Construct scope) Return the image to use in the given context.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImage
@Stability(Stable) @NotNull MachineImageConfig getImage(@NotNull software.constructs.Construct scope) Return the image to use in the given context.- Parameters:
scope- This parameter is required.
-