Class EksClusterInput
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EksClusterInput
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:51.438Z")
@Stability(Stable)
public class EksClusterInput
extends software.amazon.jsii.JsiiObject
Class that supports methods which return the EKS cluster name depending on input type.
Example:
EmrContainersCreateVirtualCluster.Builder.create(this, "Create a Virtual Cluster")
.eksCluster(EksClusterInput.fromTaskInput(TaskInput.fromText("clusterId")))
.eksNamespace("specified-namespace")
.build();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEksClusterInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedEksClusterInput(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic EksClusterInputfromCluster(ICluster cluster) Specify an existing EKS Cluster as the name for this Cluster.static EksClusterInputfromTaskInput(TaskInput taskInput) Specify a Task Input as the name for this Cluster.The name of the EKS Cluster.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
EksClusterInput
protected EksClusterInput(software.amazon.jsii.JsiiObjectRef objRef) -
EksClusterInput
protected EksClusterInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromCluster
Specify an existing EKS Cluster as the name for this Cluster.- Parameters:
cluster- This parameter is required.
-
fromTaskInput
@Stability(Stable) @NotNull public static EksClusterInput fromTaskInput(@NotNull TaskInput taskInput) Specify a Task Input as the name for this Cluster.- Parameters:
taskInput- This parameter is required.
-
getClusterName
The name of the EKS Cluster.
-