public static final class EksOptimizedImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EksOptimizedImageProps
EksOptimizedImageProps
EksOptimizedImageProps.Builder, EksOptimizedImageProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
CpuArch |
getCpuArch()
What cpu architecture to retrieve the image for (arm64 or x86_64).
|
java.lang.String |
getKubernetesVersion()
The Kubernetes version to use.
|
NodeType |
getNodeType()
What instance type to retrieve the image for (standard or GPU-optimized).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final CpuArch getCpuArch()
EksOptimizedImageProps
Default: CpuArch.X86_64
getCpuArch
in interface EksOptimizedImageProps
public final java.lang.String getKubernetesVersion()
EksOptimizedImageProps
Default: - The latest version
getKubernetesVersion
in interface EksOptimizedImageProps
public final NodeType getNodeType()
EksOptimizedImageProps
Default: NodeType.STANDARD
getNodeType
in interface EksOptimizedImageProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()