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 AthenaStopQueryExecution
AthenaStopQueryExecution.jsonata
(software.constructs.Construct scope, String id, AthenaStopQueryExecutionJsonataProps props) Stop an Athena Query Execution as a Task using JSONata.static AthenaStopQueryExecution
AthenaStopQueryExecution.jsonPath
(software.constructs.Construct scope, String id, AthenaStopQueryExecutionJsonPathProps props) Stop an Athena Query Execution as a Task using JSONPath.