| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static OperatingSystemFamily |
OperatingSystemFamily.LINUX
LINUX.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_20_H2_CORE
WINDOWS_SERVER_20H2_CORE.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_2004_CORE
WINDOWS_SERVER_2004_CORE.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_2016_FULL
WINDOWS_SERVER_2016_FULL.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_2019_CORE
WINDOWS_SERVER_2019_CORE.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_2019_FULL
WINDOWS_SERVER_2019_FULL.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_2022_CORE
WINDOWS_SERVER_2022_CORE.
|
static OperatingSystemFamily |
OperatingSystemFamily.WINDOWS_SERVER_2022_FULL
WINDOWS_SERVER_2022_FULL.
|
| Modifier and Type | Method and Description |
|---|---|
default OperatingSystemFamily |
RuntimePlatform.getOperatingSystemFamily()
The operating system for Fargate Runtime Platform.
|
OperatingSystemFamily |
RuntimePlatform.Jsii$Proxy.getOperatingSystemFamily() |
static OperatingSystemFamily |
OperatingSystemFamily.of(String family)
Other operating system family.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimePlatform.Builder |
RuntimePlatform.Builder.operatingSystemFamily(OperatingSystemFamily operatingSystemFamily)
Sets the value of
RuntimePlatform.getOperatingSystemFamily() |
Copyright © 2022. All rights reserved.