Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EmrCancelStepJsonPathProps
Packages that use EmrCancelStepJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCancelStepJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EmrCancelStepJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forEmrCancelStepJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCancelStepJsonPathPropsModifier and TypeMethodDescriptionEmrCancelStepJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCancelStepJsonPathPropsModifier and TypeMethodDescriptionstatic EmrCancelStepEmrCancelStep.jsonPath(software.constructs.Construct scope, String id, EmrCancelStepJsonPathProps props) A Step Functions task using JSONPath to cancel a Step on an EMR Cluster.