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, GenericLinuxImage, GenericSSMParameterImage, GenericWindowsImage, IMachineImage.Jsii$Proxy, LookupMachineImage, NatInstanceImage, ResolveSsmParameterAtLaunchImage, WindowsImage

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:16.012Z") @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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IMachineImage.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    getImage(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.