Interface IMachineImage

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IMachineImage.Jsii$Default
All Known Implementing Classes:
AmazonLinuxImage, BottleRocketImage, EcsOptimizedAmi, EcsOptimizedImage, EksOptimizedImage, EksOptimizedImage, GenericLinuxImage, GenericSSMParameterImage, GenericWindowsImage, IMachineImage.Jsii$Proxy, LookupMachineImage, NatInstanceImage, WindowsImage

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.336Z") @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
    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 Construct scope)
      Return the image to use in the given context.

      Parameters:
      scope - This parameter is required.