Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EmrTerminateClusterJsonPathProps
Packages that use EmrTerminateClusterJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrTerminateClusterJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EmrTerminateClusterJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forEmrTerminateClusterJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrTerminateClusterJsonPathPropsModifier and TypeMethodDescriptionEmrTerminateClusterJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrTerminateClusterJsonPathPropsModifier and TypeMethodDescriptionstatic EmrTerminateClusterEmrTerminateCluster.jsonPath(software.constructs.Construct scope, String id, EmrTerminateClusterJsonPathProps props) A Step Functions Task using JSONPath to terminate an EMR Cluster.