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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIMachineImage
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionReturn the image to use in the given context.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImage
Return the image to use in the given context.- Parameters:
scope
- This parameter is required.
-