| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static EcsOptimizedImage |
EcsOptimizedImage.amazonLinux()
(experimental) Construct an Amazon Linux AMI image from the latest ECS Optimized AMI published in SSM.
|
static EcsOptimizedImage |
EcsOptimizedImage.amazonLinux2()
(experimental) Construct an Amazon Linux 2 image from the latest ECS Optimized AMI published in SSM.
|
static EcsOptimizedImage |
EcsOptimizedImage.amazonLinux2(AmiHardwareType hardwareType)
(experimental) Construct an Amazon Linux 2 image from the latest ECS Optimized AMI published in SSM.
|
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.