Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.AthenaStopQueryExecution
Packages that use AthenaStopQueryExecution
Package
Description
Tasks for AWS Step Functions
-
Uses of AthenaStopQueryExecution in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return AthenaStopQueryExecutionModifier and TypeMethodDescriptionAthenaStopQueryExecution.Builder.build()static AthenaStopQueryExecutionAthenaStopQueryExecution.jsonata(software.constructs.Construct scope, String id, AthenaStopQueryExecutionJsonataProps props) Stop an Athena Query Execution as a Task using JSONata.static AthenaStopQueryExecutionAthenaStopQueryExecution.jsonPath(software.constructs.Construct scope, String id, AthenaStopQueryExecutionJsonPathProps props) Stop an Athena Query Execution as a Task using JSONPath.