Learn R Programming

paws.analytics (version 0.1.11)

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.

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

Usage

athena_stop_query_execution(QueryExecutionId)

Arguments

QueryExecutionId

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

Value

An empty list.

Request syntax

svc$stop_query_execution(
  QueryExecutionId = "string"
)