Learn R Programming

paws.management (version 0.5.0)

cloudwatchinternetmonitor_start_query: Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query interface

Description

Start a query to return data for a specific query type for the Amazon CloudWatch Internet Monitor query interface. Specify a time period for the data that you want returned by using StartTime and EndTime. You filter the query results to return by providing parameters that you specify with FilterParameters.

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

Usage

cloudwatchinternetmonitor_start_query(
  MonitorName,
  StartTime,
  EndTime,
  QueryType,
  FilterParameters = NULL
)

Arguments

MonitorName

[required] The name of the monitor to query.

StartTime

[required] The timestamp that is the beginning of the period that you want to retrieve data for with your query.

EndTime

[required] The timestamp that is the end of the period that you want to retrieve data for with your query.

QueryType

[required] The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:

  • MEASUREMENTS: TBD definition

  • TOP_LOCATIONS: TBD definition

  • TOP_LOCATION_DETAILS: TBD definition

For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.

FilterParameters

The FilterParameters field that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.

For more information about specifying filter parameters, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.