@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.399Z") @Stability(value=Experimental) public interface EksOptimizedImageProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.legacy.*;
EksOptimizedImageProps eksOptimizedImageProps = EksOptimizedImageProps.builder()
.kubernetesVersion("kubernetesVersion")
.nodeType(NodeType.STANDARD)
.build();
| 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 String |
getKubernetesVersion()
(experimental) The Kubernetes version to use.
|
default NodeType |
getNodeType()
(experimental) What instance type to retrieve the image for (standard or GPU-optimized).
|
@Stability(value=Experimental) @Nullable default String getKubernetesVersion()
Default: - The latest version
@Stability(value=Experimental) @Nullable default NodeType getNodeType()
Default: NodeType.STANDARD
@Stability(value=Experimental) static EksOptimizedImageProps.Builder builder()
EksOptimizedImageProps.Builder of EksOptimizedImagePropsCopyright © 2022. All rights reserved.