Builder
Properties
The engine version that executed the query.
A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. The list of parameters is not returned in the response.
The database in which the query execution occurred.
The unique identifier for each query execution.
Specifies whether Amazon S3 access grants are enabled for query results.
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup.
Specifies the query result reuse behavior that was used for the query.
The type of query statement that was run. DDL
indicates DDL query statements. DML
indicates DML (Data Manipulation Language) query statements, such as CREATE TABLE AS SELECT
. UTILITY
indicates query statements other than DDL and DML, such as SHOW CREATE TABLE
, or DESCRIBE TABLE
.
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run.
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
The kind of query statement that was run.
Functions
construct an aws.sdk.kotlin.services.athena.model.EngineVersion inside the given block
construct an aws.sdk.kotlin.services.athena.model.QueryExecutionContext inside the given block
construct an aws.sdk.kotlin.services.athena.model.QueryResultsS3AccessGrantsConfiguration inside the given block
construct an aws.sdk.kotlin.services.athena.model.ResultConfiguration inside the given block
construct an aws.sdk.kotlin.services.athena.model.ResultReuseConfiguration inside the given block
construct an aws.sdk.kotlin.services.athena.model.QueryExecutionStatistics inside the given block
construct an aws.sdk.kotlin.services.athena.model.QueryExecutionStatus inside the given block