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