Interface IMachineImage.Jsii$Default
- All Superinterfaces:
IMachineImage,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMachineImage.Jsii$Proxy
- Enclosing interface:
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 TypeMethodDescriptiondefault MachineImageConfiggetImage(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:
getImagein interfaceIMachineImage- Parameters:
scope- This parameter is required.
-