| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AmazonLinuxStorage |
AmazonLinuxImageProps.getStorage()
(experimental) What storage backed image to use.
|
AmazonLinuxStorage |
AmazonLinuxImageProps.Jsii$Proxy.getStorage() |
static AmazonLinuxStorage |
AmazonLinuxStorage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmazonLinuxStorage[] |
AmazonLinuxStorage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AmazonLinuxImageProps.Builder |
AmazonLinuxImageProps.Builder.storage(AmazonLinuxStorage storage)
Sets the value of
AmazonLinuxImageProps.getStorage() |
AmazonLinuxImage.Builder |
AmazonLinuxImage.Builder.storage(AmazonLinuxStorage storage)
(experimental) What storage backed image to use.
|
| Constructor and Description |
|---|
Jsii$Proxy(AmazonLinuxCpuType cpuType,
AmazonLinuxEdition edition,
AmazonLinuxGeneration generation,
AmazonLinuxStorage storage,
UserData userData,
AmazonLinuxVirt virtualization)
Constructor that initializes the object based on literal property values passed by the
AmazonLinuxImageProps.Builder. |
Copyright © 2021. All rights reserved.