| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AmazonLinuxGeneration |
AmazonLinuxImageProps.getGeneration()
(experimental) What generation of Amazon Linux to use.
|
AmazonLinuxGeneration |
AmazonLinuxImageProps.Jsii$Proxy.getGeneration() |
static AmazonLinuxGeneration |
AmazonLinuxGeneration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmazonLinuxGeneration[] |
AmazonLinuxGeneration.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.generation(AmazonLinuxGeneration generation)
Sets the value of
AmazonLinuxImageProps.getGeneration() |
AmazonLinuxImage.Builder |
AmazonLinuxImage.Builder.generation(AmazonLinuxGeneration generation)
(experimental) What generation of Amazon Linux 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.