1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
To retrieve and save query history programmatically:
- Use Athena ListQueryExecutions API action or the list-query-executions CLI command to retrieve the query IDs.
- Use the Athena GetQueryExecution API action or the get-query-execution CLI command to retrieve information about each query based on its ID.
- Use the Amazon S3 PutObject API action or the put-object CLI command to save the information in Amazon S3.
Please check Working with Query Results, Output Files, and Query History for more details.
回答済み 4年前
関連するコンテンツ
- 質問済み 7ヶ月前
- AWS公式更新しました 3年前
- AWS公式更新しました 3年前