Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.VirtualClusterInput
Package
Description
Tasks for AWS Step Functions
-
Uses of VirtualClusterInput in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionstatic VirtualClusterInput
VirtualClusterInput.fromTaskInput
(TaskInput taskInput) Input for a virtualClusterId from a Task Input.static VirtualClusterInput
VirtualClusterInput.fromVirtualClusterId
(String virtualClusterId) Input for virtualClusterId from a literal string.EmrContainersStartJobRunProps.getVirtualCluster()
The ID of the virtual cluster where the job will be run.final VirtualClusterInput
EmrContainersStartJobRunProps.Jsii$Proxy.getVirtualCluster()
Modifier and TypeMethodDescriptionEmrContainersStartJobRun.Builder.virtualCluster
(VirtualClusterInput virtualCluster) The ID of the virtual cluster where the job will be run.EmrContainersStartJobRunProps.Builder.virtualCluster
(VirtualClusterInput virtualCluster) Sets the value ofEmrContainersStartJobRunProps.getVirtualCluster()