getTelemetryQueryResults
abstract suspend fun getTelemetryQueryResults(input: GetTelemetryQueryResultsRequest): GetTelemetryQueryResultsResponse
Returns the results for the specified query.
Samples
// The following example retrieves a page of results for a completed query, along with execution
// statistics. Payloads are shown as JSON on the wire they are CBOR encoded.
val resp = cloudWatchOmniClient.getTelemetryQueryResults {
queryId = "3b2a1c0d-7e6f-4a5b-8c9d-0e1f2a3b4c5d"
maxResults = 100
}Content copied to clipboard