@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.920Z") @Stability(value=Stable) public class GenericWindowsImage extends software.amazon.jsii.JsiiObject implements IMachineImage
Allows you to create a generic Windows EC2 , manually specify an AMI map.
Modifier and Type | Class and Description |
---|---|
static class |
GenericWindowsImage.Builder
A fluent builder for
GenericWindowsImage . |
software.amazon.jsii.JsiiObject.InitializationMode
IMachineImage.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
GenericWindowsImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GenericWindowsImage(software.amazon.jsii.JsiiObjectRef objRef) |
|
GenericWindowsImage(Map<String,String> amiMap) |
|
GenericWindowsImage(Map<String,String> amiMap,
GenericWindowsImageProps props) |
Modifier and Type | Method and Description |
---|---|
MachineImageConfig |
getImage(Construct scope)
Return the image to use in the given context.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
protected GenericWindowsImage(software.amazon.jsii.JsiiObjectRef objRef)
protected GenericWindowsImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public GenericWindowsImage(@NotNull Map<String,String> amiMap, @Nullable GenericWindowsImageProps props)
amiMap
- This parameter is required.props
- @Stability(value=Stable) @NotNull public MachineImageConfig getImage(@NotNull Construct scope)
getImage
in interface IMachineImage
scope
- This parameter is required.Copyright © 2020. All rights reserved.