Configuration parameters
roleArn— Role ArnroleSessionName— Role Session NamesessionDuration— Role Session DurationdefaultRegion— AWS Default Regioncredentials— Access Keyaccess_key— Access Keysecret_key— Secret Keytimeout— Timeoutretries— Retriessts_regional_endpoint— AWS STS Regional Endpointsinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (5)
-
aws-athena-execute-queryExecute a new query, wait for the query to complete (using polling), and return query's execution information, and query's results (if successful). Either 'OutputLocation' or 'WorkGroup' must be specified for the query to run.
-
aws-athena-get-query-executionReturn execution information of a query.
-
aws-athena-get-query-resultsReturn the results of a query.
-
aws-athena-start-queryStart an Athena query. Either 'OutputLocation' or 'WorkGroup' must be specified for the query to run.
-
aws-athena-stop-queryStop an existing running query.