| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AmazonLinuxKernel |
AmazonLinuxImageProps.getKernel()
What kernel version of Amazon Linux to use.
|
AmazonLinuxKernel |
AmazonLinuxImageProps.Jsii$Proxy.getKernel() |
static AmazonLinuxKernel |
AmazonLinuxKernel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmazonLinuxKernel[] |
AmazonLinuxKernel.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.kernel(AmazonLinuxKernel kernel)
What kernel version of Amazon Linux to use.
|
AmazonLinuxImageProps.Builder |
AmazonLinuxImageProps.Builder.kernel(AmazonLinuxKernel kernel)
Sets the value of
AmazonLinuxImageProps.getKernel() |
Copyright © 2022. All rights reserved.