| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AmiHardwareType |
AmiHardwareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmiHardwareType[] |
AmiHardwareType.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.amazonLinux2(AmiHardwareType hardwareType)
Construct an Amazon Linux 2 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.
|
Copyright © 2022. All rights reserved.