@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.699Z") @Stability(value=Experimental) public class WindowsImage extends GenericSSMParameterImage
This Machine Image automatically updates to the latest version on every deployment. Be aware this will cause your instances to be replaced when a new version of the image becomes available. Do not store stateful information on the instance if you are using this image.
The AMI ID is selected using the values published to the SSM parameter store.
https://aws.amazon.com/blogs/mt/query-for-the-latest-windows-ami-using-systems-manager-parameter-store/
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsImage.Builder
(experimental) A fluent builder for
WindowsImage. |
software.amazon.jsii.JsiiObject.InitializationModeIMachineImage.Jsii$Default, IMachineImage.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
WindowsImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
WindowsImage(software.amazon.jsii.JsiiObjectRef objRef) |
|
WindowsImage(WindowsVersion version) |
|
WindowsImage(WindowsVersion version,
WindowsImageProps props) |
getImagejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected WindowsImage(software.amazon.jsii.JsiiObjectRef objRef)
protected WindowsImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public WindowsImage(@NotNull
WindowsVersion version,
@Nullable
WindowsImageProps props)
version - This parameter is required.props - @Stability(value=Experimental)
public WindowsImage(@NotNull
WindowsVersion version)
version - This parameter is required.Copyright © 2021. All rights reserved.