Interface EmrContainersCreateVirtualClusterProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,TaskStateBaseProps
- All Known Implementing Classes:
EmrContainersCreateVirtualClusterProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:17.718Z")
@Stability(Stable)
public interface EmrContainersCreateVirtualClusterProps
extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties to define a EMR Containers CreateVirtualCluster Task on an EKS cluster.
Example:
EmrContainersCreateVirtualCluster.Builder.create(this, "Create a Virtual Cluster") .eksCluster(EksClusterInput.fromTaskInput(TaskInput.fromText("clusterId"))) .eksNamespace("specified-namespace") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forEmrContainersCreateVirtualClusterProps
static final class
An implementation forEmrContainersCreateVirtualClusterProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
Methods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getCredentials, getHeartbeat, getHeartbeatTimeout, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getStateName, getTaskTimeout, getTimeout
-
Method Details
-
getEksCluster
EKS Cluster or task input that contains the name of the cluster. -
getEksNamespace
The namespace of an EKS cluster.Default: - 'default'
-
getTags
The tags assigned to the virtual cluster.Default: {}
-
getVirtualClusterName
Name of the virtual cluster that will be created.Default: - the name of the state machine execution that runs this task and state name
-
builder
-