Uses of Enum
software.amazon.awscdk.services.ecs.WindowsOptimizedVersion
Packages that use WindowsOptimizedVersion
-
Uses of WindowsOptimizedVersion in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return WindowsOptimizedVersionModifier and TypeMethodDescriptionstatic WindowsOptimizedVersionReturns the enum constant of this type with the specified name.static WindowsOptimizedVersion[]WindowsOptimizedVersion.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 WindowsOptimizedVersionModifier and TypeMethodDescriptionstatic EcsOptimizedImageEcsOptimizedImage.windows(WindowsOptimizedVersion windowsVersion) Construct a Windows image from the latest ECS Optimized AMI published in SSM.static EcsOptimizedImageEcsOptimizedImage.windows(WindowsOptimizedVersion windowsVersion, EcsOptimizedImageOptions options) Construct a Windows image from the latest ECS Optimized AMI published in SSM.