| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EcsOptimizedImageOptions.Jsii$Proxy
An implementation for
EcsOptimizedImageOptions |
| Modifier and Type | Method and Description |
|---|---|
EcsOptimizedImageOptions |
EcsOptimizedImageOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2022. All rights reserved.