Builder
Properties
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another StartQueryExecution
request is received, the same response is returned and another query is not created. An error is returned if a parameter, such as QueryString
, has changed. A call to StartQueryExecution
that uses a previous client request token returns the same QueryExecutionId
even if the requester doesn't have permission on the tables specified in QueryString
.
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 database within which the query executes.
The SQL query statements to be executed.
Specifies information about where and how to save the results of the query execution. If the query runs in a workgroup, then workgroup's settings may override query settings. This affects the query results location. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
Specifies the query result reuse behavior for the query.
Functions
construct an aws.sdk.kotlin.services.athena.model.QueryExecutionContext 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