Uses of Enum
software.amazon.awscdk.services.ecs.AmiHardwareType
Packages that use AmiHardwareType
-
Uses of AmiHardwareType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return AmiHardwareTypeModifier and TypeMethodDescriptionstatic AmiHardwareTypeReturns the enum constant of this type with the specified name.static AmiHardwareType[]AmiHardwareType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type AmiHardwareTypeModifier and TypeMethodDescriptionstatic EcsOptimizedImageEcsOptimizedImage.amazonLinux2(AmiHardwareType hardwareType) Construct an Amazon Linux 2 image from the latest ECS Optimized AMI published in SSM.static EcsOptimizedImageEcsOptimizedImage.amazonLinux2(AmiHardwareType hardwareType, EcsOptimizedImageOptions options) Construct an Amazon Linux 2 image from the latest ECS Optimized AMI published in SSM.static EcsOptimizedImageEcsOptimizedImage.amazonLinux2023(AmiHardwareType hardwareType) Construct an Amazon Linux 2023 image from the latest ECS Optimized AMI published in SSM.static EcsOptimizedImageEcsOptimizedImage.amazonLinux2023(AmiHardwareType hardwareType, EcsOptimizedImageOptions options) Construct an Amazon Linux 2023 image from the latest ECS Optimized AMI published in SSM.