AWS - Athena - Beta

Amazon Web Services Athena.

IT Services · AWS - Athena

Configuration parameters

  • roleArn — Role Arn
  • roleSessionName — Role Session Name
  • sessionDuration — Role Session Duration
  • defaultRegion — AWS Default Region
  • credentials — Access Key
  • access_key — Access Key
  • secret_key — Secret Key
  • timeout — Timeout
  • retries — Retries
  • sts_regional_endpoint — AWS STS Regional Endpoints
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (5)

  • aws-athena-execute-query

    Execute 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-execution

    Return execution information of a query.

  • aws-athena-get-query-results

    Return the results of a query.

  • aws-athena-start-query

    Start an Athena query. Either 'OutputLocation' or 'WorkGroup' must be specified for the query to run.

  • aws-athena-stop-query

    Stop an existing running query.