Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrTerminateCluster
Packages that use EmrTerminateCluster
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrTerminateCluster in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrTerminateClusterModifier and TypeMethodDescriptionEmrTerminateCluster.Builder.build()static EmrTerminateClusterEmrTerminateCluster.jsonata(software.constructs.Construct scope, String id, EmrTerminateClusterJsonataProps props) A Step Functions Task using JSONata to terminate an EMR Cluster.static EmrTerminateClusterEmrTerminateCluster.jsonPath(software.constructs.Construct scope, String id, EmrTerminateClusterJsonPathProps props) A Step Functions Task using JSONPath to terminate an EMR Cluster.