paws.analytics (version 0.1.0)

athena_stop_query_execution: Stops a query execution

Description

Stops a query execution. Requires you to have access to the workgroup in which the query ran.

Usage

athena_stop_query_execution(QueryExecutionId)

Arguments

QueryExecutionId

[required] The unique ID of the query execution to stop.

Request syntax

svc$stop_query_execution(
  QueryExecutionId = "string"
)

Details

For code samples using the AWS SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.