| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsVersion |
WindowsVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsVersion[] |
WindowsVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsImage.Builder |
WindowsImage.Builder.create(WindowsVersion version) |
static IMachineImage |
MachineImage.latestWindows(WindowsVersion version)
(experimental) A Windows image that is automatically kept up-to-date.
|
static IMachineImage |
MachineImage.latestWindows(WindowsVersion version,
WindowsImageProps props)
(experimental) A Windows image that is automatically kept up-to-date.
|
| Constructor and Description |
|---|
WindowsImage(WindowsVersion version) |
WindowsImage(WindowsVersion version,
WindowsImageProps props) |
Copyright © 2021. All rights reserved.