Interface IMachineImage.Jsii$Default

All Superinterfaces:
IMachineImage, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IMachineImage.Jsii$Proxy
Enclosing interface:
IMachineImage

@Internal public static interface IMachineImage.Jsii$Default extends IMachineImage
Internal default implementation for IMachineImage.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IMachineImage

    IMachineImage.Jsii$Default, IMachineImage.Jsii$Proxy
  • 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 default MachineImageConfig getImage(@NotNull software.constructs.Construct scope)
      Return the image to use in the given context.

      Specified by:
      getImage in interface IMachineImage
      Parameters:
      scope - This parameter is required.