CloudTrailLakeSearchResult
CloudTrailLakeSearchResult
CloudTrailLakeSearchResult
Result of a CloudTrail Lake SQL query execution.
error |
String | Error message if the query failed. |
isComplete |
Boolean! | Whether the query completed successfully. |
queryId |
String! | The query ID for the executed CloudTrail Lake query. |
resultCount |
Int! | Total number of results returned. |
results |
[Scalar!]! | The results of the query as an array of objects. |
searchQuery |
String! | The SQL query that was executed. |