cloudwatchinternetmonitor_get_query_results: Return the data for a query with the Amazon CloudWatch...

View source: R/cloudwatchinternetmonitor_operations.R

cloudwatchinternetmonitor_get_query_resultsR Documentation

Return the data for a query with the Amazon CloudWatch Internet Monitor query interface

Description

Return the data for a query with the Amazon CloudWatch Internet Monitor query interface. Specify the query that you want to return results for by providing a QueryId and a monitor name.

See https://www.paws-r-sdk.com/docs/cloudwatchinternetmonitor_get_query_results/ for full documentation.

Usage

cloudwatchinternetmonitor_get_query_results(
  MonitorName,
  QueryId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

MonitorName

[required] The name of the monitor to return data for.

QueryId

[required] The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.

NextToken

The token for the next set of results. You receive this token from a previous call.

MaxResults

The number of query results that you want to return with this call.


paws.management documentation built on May 29, 2024, 1:50 a.m.