| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AmazonLinuxGeneration |
AmazonLinuxImageProps.getGeneration()
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 |
|---|---|
AmazonLinuxImage.Builder |
AmazonLinuxImage.Builder.generation(AmazonLinuxGeneration generation)
What generation of Amazon Linux to use.
|
AmazonLinuxImageProps.Builder |
AmazonLinuxImageProps.Builder.generation(AmazonLinuxGeneration generation)
Sets the value of
AmazonLinuxImageProps.getGeneration() |
Copyright © 2022. All rights reserved.