Skip to main content

monitors_list_only

Lists monitors in a region or regions, for all properties use monitors

Overview

Namemonitors_list_only
TypeResource
DescriptionRepresents a monitor, which defines the monitoring boundaries for measurements that Internet Monitor publishes information about for an application
Idaws.internetmonitor.monitors_list_only

Fields

NameDatatypeDescription
created_atstringThe date value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ssZ)
modified_atstringThe date value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ssZ)
monitor_arnstring
monitor_namestring
linked_account_idstring
include_linked_accountsboolean
processing_statusstring
processing_status_infostring
resourcesarray
resources_to_addarray
resources_to_removearray
statusstring
tagsarray
max_city_networks_to_monitorinteger
traffic_percentage_to_monitorinteger
internet_measurements_log_deliveryobject
health_events_configobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all monitors in a region.

SELECT
region,
monitor_name
FROM aws.internetmonitor.monitors_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the monitors_list_only resource, see monitors