| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default NodeType |
EksOptimizedImageProps.getNodeType()
(experimental) What instance type to retrieve the image for (standard or GPU-optimized).
|
NodeType |
EksOptimizedImageProps.Jsii$Proxy.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.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.nodeType(NodeType nodeType)
(experimental) What instance type to retrieve the image for (standard or GPU-optimized).
|
EksOptimizedImageProps.Builder |
EksOptimizedImageProps.Builder.nodeType(NodeType nodeType)
Sets the value of
EksOptimizedImageProps.getNodeType() |
| Constructor and Description |
|---|
Jsii$Proxy(CpuArch cpuArch,
String kubernetesVersion,
NodeType nodeType)
Constructor that initializes the object based on literal property values passed by the
EksOptimizedImageProps.Builder. |
Copyright © 2021. All rights reserved.