| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CpuArch |
EksOptimizedImageProps.getCpuArch()
What cpu architecture to retrieve the image for (arm64 or x86_64).
|
CpuArch |
EksOptimizedImageProps.Jsii$Proxy.getCpuArch() |
static CpuArch |
CpuArch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CpuArch[] |
CpuArch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EksOptimizedImage.Builder |
EksOptimizedImage.Builder.cpuArch(CpuArch cpuArch)
What cpu architecture to retrieve the image for (arm64 or x86_64).
|
EksOptimizedImageProps.Builder |
EksOptimizedImageProps.Builder.cpuArch(CpuArch cpuArch)
Sets the value of
EksOptimizedImageProps.getCpuArch() |
Copyright © 2022. All rights reserved.