@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.072Z") @Stability(value=Stable) public interface EksOptimizedImageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EksOptimizedImageProps.Builder
A builder for
EksOptimizedImageProps |
static class |
EksOptimizedImageProps.Jsii$Proxy
An implementation for
EksOptimizedImageProps |
| Modifier and Type | Method and Description |
|---|---|
static EksOptimizedImageProps.Builder |
builder() |
default CpuArch |
getCpuArch()
What cpu architecture to retrieve the image for (arm64 or x86_64).
|
default String |
getKubernetesVersion()
The Kubernetes version to use.
|
default NodeType |
getNodeType()
What instance type to retrieve the image for (standard or GPU-optimized).
|
@Stability(value=Stable) @Nullable default CpuArch getCpuArch()
Default: CpuArch.X86_64
@Stability(value=Stable) @Nullable default String getKubernetesVersion()
Default: - The latest version
@Stability(value=Stable) @Nullable default NodeType getNodeType()
Default: NodeType.STANDARD
@Stability(value=Stable) static EksOptimizedImageProps.Builder builder()
EksOptimizedImageProps.Builder of EksOptimizedImagePropsCopyright © 2021. All rights reserved.