@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.256Z") @Stability(value=Stable) public interface EmrContainersCreateVirtualClusterProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
EmrContainersCreateVirtualCluster.Builder.create(this, "Create a Virtual Cluster")
.eksCluster(EksClusterInput.fromTaskInput(TaskInput.fromText("clusterId")))
.eksNamespace("specified-namespace")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrContainersCreateVirtualClusterProps.Builder
A builder for
EmrContainersCreateVirtualClusterProps |
static class |
EmrContainersCreateVirtualClusterProps.Jsii$Proxy
An implementation for
EmrContainersCreateVirtualClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrContainersCreateVirtualClusterProps.Builder |
builder() |
EksClusterInput |
getEksCluster()
EKS Cluster or task input that contains the name of the cluster.
|
default String |
getEksNamespace()
The namespace of an EKS cluster.
|
default Map<String,String> |
getTags()
The tags assigned to the virtual cluster.
|
default String |
getVirtualClusterName()
Name of the virtual cluster that will be created.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull EksClusterInput getEksCluster()
@Stability(value=Stable) @Nullable default String getEksNamespace()
Default: - 'default'
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
Default: {}
@Stability(value=Stable) @Nullable default String getVirtualClusterName()
Default: - the name of the state machine execution that runs this task and state name
@Stability(value=Stable) static EmrContainersCreateVirtualClusterProps.Builder builder()
builder in interface TaskStateBasePropsEmrContainersCreateVirtualClusterProps.Builder of EmrContainersCreateVirtualClusterPropsCopyright © 2022. All rights reserved.