Uses of Class
software.amazon.awscdk.services.ec2.AmazonLinux2Kernel
Packages that use AmazonLinux2Kernel
-
Uses of AmazonLinux2Kernel in software.amazon.awscdk.services.ec2
Fields in software.amazon.awscdk.services.ec2 declared as AmazonLinux2KernelModifier and TypeFieldDescriptionstatic final AmazonLinux2Kernel
AmazonLinux2Kernel.CDK_LATEST
The latest kernel version currently available in a published AMI.static final AmazonLinux2Kernel
AmazonLinux2Kernel.DEFAULT
The default kernel version for Amazon Linux 2 is 4.14 and Linux 4.14.311-233.529.amzn2.x86_64 the SSM parameter does not include it in the name (i.e.static final AmazonLinux2Kernel
AmazonLinux2Kernel.KERNEL_5_10
Kernel version 5.10.Methods in software.amazon.awscdk.services.ec2 that return AmazonLinux2KernelModifier and TypeMethodDescriptiondefault AmazonLinux2Kernel
AmazonLinux2ImageSsmParameterProps.getKernel()
What kernel version of Amazon Linux to use.final AmazonLinux2Kernel
AmazonLinux2ImageSsmParameterProps.Jsii$Proxy.getKernel()
Methods in software.amazon.awscdk.services.ec2 with parameters of type AmazonLinux2KernelModifier and TypeMethodDescriptionAmazonLinux2ImageSsmParameter.Builder.kernel
(AmazonLinux2Kernel kernel) What kernel version of Amazon Linux to use.AmazonLinux2ImageSsmParameterProps.Builder.kernel
(AmazonLinux2Kernel kernel) Sets the value ofAmazonLinux2ImageSsmParameterProps.getKernel()