| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default NodeType |
EksOptimizedImageProps.getNodeType()
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)
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() |
Copyright © 2022. All rights reserved.