aws-athena-query-result-rows
Athena result rows expose arbitrary data selected from S3, Glue, and federated sources.
Where it sits
| location | GetQueryResults.ResultSet.Rows[].Data[].VarCharValue |
| location kind | data_record |
| data kinds | credential password api_key customer_data pii |
| emits edge | CanReadData |
| service | Athena (aws:athena) |
Collection recipe
| access mode | read_api |
| operation | GetQueryResults |
| response path | ResultSet.Rows[].Data[].VarCharValue |
| encoding | json |
| params | {"QueryExecutionId": "\u003cquery-execution-id\u003e"} |
Required permissions
athena:GetQueryResults
References