Uses of Interface
software.amazon.awscdk.services.ecs.EcsOptimizedImageOptions
-
Uses of EcsOptimizedImageOptions in software.amazon.awscdk.services.ecs
Modifier and TypeClassDescriptionstatic final class
An implementation forEcsOptimizedImageOptions
Modifier and TypeMethodDescriptionEcsOptimizedImageOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic EcsOptimizedImage
EcsOptimizedImage.amazonLinux
(EcsOptimizedImageOptions options) Construct an Amazon Linux AMI image from the latest ECS Optimized AMI published in SSM.static EcsOptimizedImage
EcsOptimizedImage.amazonLinux2
(AmiHardwareType hardwareType, EcsOptimizedImageOptions options) Construct an Amazon Linux 2 image from the latest ECS Optimized AMI published in SSM.static EcsOptimizedImage
EcsOptimizedImage.windows
(WindowsOptimizedVersion windowsVersion, EcsOptimizedImageOptions options) Construct a Windows image from the latest ECS Optimized AMI published in SSM.