@Stability(value=Experimental) @Internal public static final class EksOptimizedImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EksOptimizedImageProps
EksOptimizedImageProps
software.amazon.jsii.JsiiObject.InitializationMode
EksOptimizedImageProps.Builder, EksOptimizedImageProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CpuArch cpuArch,
String kubernetesVersion,
NodeType nodeType)
Constructor that initializes the object based on literal property values passed by the
EksOptimizedImageProps.Builder . |
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(Object o) |
CpuArch |
getCpuArch()
(experimental) What cpu architecture to retrieve the image for (arm64 or x86_64).
|
String |
getKubernetesVersion()
(experimental) The Kubernetes version to use.
|
NodeType |
getNodeType()
(experimental) What instance type to retrieve the image for (standard or GPU-optimized).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CpuArch cpuArch, String kubernetesVersion, NodeType nodeType)
EksOptimizedImageProps.Builder
.public final CpuArch getCpuArch()
EksOptimizedImageProps
Default: CpuArch.X86_64
getCpuArch
in interface EksOptimizedImageProps
public final String getKubernetesVersion()
EksOptimizedImageProps
Default: - The latest version
getKubernetesVersion
in interface EksOptimizedImageProps
public final NodeType getNodeType()
EksOptimizedImageProps
Default: NodeType.STANDARD
getNodeType
in interface EksOptimizedImageProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.