Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster
Packages that use EmrCreateCluster
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateClusterModifier and TypeMethodDescriptionEmrCreateCluster.Builder.build()static EmrCreateClusterEmrCreateCluster.jsonata(software.constructs.Construct scope, String id, EmrCreateClusterJsonataProps props) A Step Functions task using JSONata to create an EMR Cluster.static EmrCreateClusterEmrCreateCluster.jsonPath(software.constructs.Construct scope, String id, EmrCreateClusterJsonPathProps props) A Step Functions task using JSONPath to create an EMR Cluster.