outputLocation property
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/
. To run the query, you must specify
the query results location using one of the ways: either for individual
queries using either this setting (client-side), or in the workgroup, using
WorkGroupConfiguration. If none of them is set, Athena issues an
error that no output location is provided. For more information, see Query
Results. If workgroup settings override client-side settings, then the
query uses the settings specified for the workgroup. See
WorkGroupConfiguration$EnforceWorkGroupConfiguration.
Implementation
final String? outputLocation;