@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:48.037Z") @Stability(value=Experimental) public class EksOptimizedImage extends software.amazon.jsii.JsiiObject implements IMachineImage
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.*;
EksOptimizedImage eksOptimizedImage = EksOptimizedImage.Builder.create()
.cpuArch(CpuArch.ARM_64)
.kubernetesVersion("kubernetesVersion")
.nodeType(NodeType.STANDARD)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
EksOptimizedImage.Builder
(experimental) A fluent builder for
EksOptimizedImage. |
software.amazon.jsii.JsiiObject.InitializationModeIMachineImage.Jsii$Default, IMachineImage.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EksOptimizedImage()
(experimental) Constructs a new instance of the EcsOptimizedAmi class.
|
|
EksOptimizedImage(EksOptimizedImageProps props)
(experimental) Constructs a new instance of the EcsOptimizedAmi class.
|
protected |
EksOptimizedImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EksOptimizedImage(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
MachineImageConfig |
getImage(Construct scope)
(experimental) Return the correct image.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EksOptimizedImage(software.amazon.jsii.JsiiObjectRef objRef)
protected EksOptimizedImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public EksOptimizedImage(@Nullable
EksOptimizedImageProps props)
props - @Stability(value=Experimental) public EksOptimizedImage()
@Stability(value=Experimental) @NotNull public MachineImageConfig getImage(@NotNull Construct scope)
getImage in interface IMachineImagescope - This parameter is required.Copyright © 2022. All rights reserved.