@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:30.107Z") @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.legacy.*;
EksOptimizedImage eksOptimizedImage = EksOptimizedImage.Builder.create()
.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(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(@NotNull
EksOptimizedImageProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public MachineImageConfig getImage(@NotNull Construct scope)
getImage in interface IMachineImagescope - This parameter is required.Copyright © 2022. All rights reserved.