Uses of Enum
software.amazon.awscdk.services.ec2.AmazonLinuxGeneration
Package
Description
Amazon EC2 Construct Library
Amazon ECS Construct Library
-
Uses of AmazonLinuxGeneration in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptiondefault AmazonLinuxGeneration
AmazonLinuxImageProps.getGeneration()
What generation of Amazon Linux to use.final AmazonLinuxGeneration
AmazonLinuxImageProps.Jsii$Proxy.getGeneration()
static AmazonLinuxGeneration
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 TypeMethodDescriptionAmazonLinuxImage.Builder.generation
(AmazonLinuxGeneration generation) What generation of Amazon Linux to use.AmazonLinuxImageProps.Builder.generation
(AmazonLinuxGeneration generation) Sets the value ofAmazonLinuxImageProps.getGeneration()
-
Uses of AmazonLinuxGeneration in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptiondefault AmazonLinuxGeneration
EcsOptimizedAmiProps.getGeneration()
Deprecated.final AmazonLinuxGeneration
EcsOptimizedAmiProps.Jsii$Proxy.getGeneration()
Deprecated.Modifier and TypeMethodDescriptionEcsOptimizedAmi.Builder.generation
(AmazonLinuxGeneration generation) Deprecated.EcsOptimizedAmiProps.Builder.generation
(AmazonLinuxGeneration generation) Deprecated.