Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.AthenaGetQueryResults
Packages that use AthenaGetQueryResults
Package
Description
Tasks for AWS Step Functions
-
Uses of AthenaGetQueryResults in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return AthenaGetQueryResultsModifier and TypeMethodDescriptionAthenaGetQueryResults.Builder.build()
static AthenaGetQueryResults
AthenaGetQueryResults.jsonata
(software.constructs.Construct scope, String id, AthenaGetQueryResultsJsonataProps props) Get an Athena Query Results as a Task that using JSONata.static AthenaGetQueryResults
AthenaGetQueryResults.jsonPath
(software.constructs.Construct scope, String id, AthenaGetQueryResultsJsonPathProps props) Get an Athena Query Results as a Task that using JSONPath.