Uses of Enum
software.amazon.awscdk.services.ec2.AmazonLinuxKernel
-
Uses of AmazonLinuxKernel in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptiondefault AmazonLinuxKernel
AmazonLinuxImageProps.getKernel()
What kernel version of Amazon Linux to use.final AmazonLinuxKernel
AmazonLinuxImageProps.Jsii$Proxy.getKernel()
static AmazonLinuxKernel
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 TypeMethodDescriptionAmazonLinuxImage.Builder.kernel
(AmazonLinuxKernel kernel) What kernel version of Amazon Linux to use.AmazonLinuxImageProps.Builder.kernel
(AmazonLinuxKernel kernel) Sets the value ofAmazonLinuxImageProps.getKernel()