| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsOptimizedVersion |
WindowsOptimizedVersion.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static EcsOptimizedImage |
EcsOptimizedImage.windows(WindowsOptimizedVersion windowsVersion)
(experimental) Construct a Windows image from the latest ECS Optimized AMI published in SSM.
|
Copyright © 2021. All rights reserved.