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 TypeMethodDescriptiondefault WindowsOptimizedVersion
EcsOptimizedAmiProps.getWindowsVersion()
Deprecated.final WindowsOptimizedVersion
EcsOptimizedAmiProps.Jsii$Proxy.getWindowsVersion()
Deprecated.static WindowsOptimizedVersion
Returns 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 EcsOptimizedImage
EcsOptimizedImage.windows
(WindowsOptimizedVersion windowsVersion) Construct a Windows 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.EcsOptimizedAmi.Builder.windowsVersion
(WindowsOptimizedVersion windowsVersion) Deprecated.EcsOptimizedAmiProps.Builder.windowsVersion
(WindowsOptimizedVersion windowsVersion) Deprecated.