@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:50.226Z")
public class EksClusterInput
extends software.amazon.jsii.JsiiObject
Example:
EmrContainersCreateVirtualCluster.Builder.create(this, "Create a Virtual Cluster") .eksCluster(EksClusterInput.fromTaskInput(TaskInput.fromText("clusterId"))) .eksNamespace("specified-namespace") .build();
Modifier | Constructor and Description |
---|---|
protected |
EksClusterInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EksClusterInput(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static EksClusterInput |
fromCluster(ICluster cluster)
Specify an existing EKS Cluster as the name for this Cluster.
|
static EksClusterInput |
fromTaskInput(TaskInput taskInput)
Specify a Task Input as the name for this Cluster.
|
java.lang.String |
getClusterName()
The name of the EKS Cluster.
|
protected EksClusterInput(software.amazon.jsii.JsiiObjectRef objRef)
protected EksClusterInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public static EksClusterInput fromCluster(ICluster cluster)
cluster
- This parameter is required.public static EksClusterInput fromTaskInput(TaskInput taskInput)
taskInput
- This parameter is required.public java.lang.String getClusterName()