Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EcsRunTaskJsonPathProps
Packages that use EcsRunTaskJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of EcsRunTaskJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EcsRunTaskJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forEcsRunTaskJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EcsRunTaskJsonPathPropsModifier and TypeMethodDescriptionEcsRunTaskJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EcsRunTaskJsonPathPropsModifier and TypeMethodDescriptionstatic EcsRunTaskEcsRunTask.jsonPath(software.constructs.Construct scope, String id, EcsRunTaskJsonPathProps props) Run a Task that using JSONPath on ECS or Fargate.