startQueryExecution
inline suspend fun AthenaClient.startQueryExecution(crossinline block: StartQueryExecutionRequest.Builder.() -> Unit): StartQueryExecutionResponse
Runs the SQL query statements contained in the Query
. Requires you to have access to the workgroup in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to the catalog. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.