| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static CpuArchitecture |
CpuArchitecture.ARM64
ARM64.
|
static CpuArchitecture |
CpuArchitecture.X86_64
X86_64.
|
| Modifier and Type | Method and Description |
|---|---|
default CpuArchitecture |
RuntimePlatform.getCpuArchitecture()
The CpuArchitecture for Fargate Runtime Platform.
|
CpuArchitecture |
RuntimePlatform.Jsii$Proxy.getCpuArchitecture() |
static CpuArchitecture |
CpuArchitecture.of(String cpuArchitecture)
Other cpu architecture.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimePlatform.Builder |
RuntimePlatform.Builder.cpuArchitecture(CpuArchitecture cpuArchitecture)
Sets the value of
RuntimePlatform.getCpuArchitecture() |
Copyright © 2022. All rights reserved.