monitor_tags
Expands all tag keys and values for monitors
in a region
Overview
Name | monitor_tags |
Type | Resource |
Description | Represents a monitor, which defines the monitoring boundaries for measurements that Internet Monitor publishes information about for an application |
Id | aws.internetmonitor.monitor_tags |
Fields
Name | Datatype | Description |
---|---|---|
created_at | string | The date value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ssZ) |
modified_at | string | The date value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ssZ) |
monitor_arn | string | |
monitor_name | string | |
linked_account_id | string | |
include_linked_accounts | boolean | |
processing_status | string | |
processing_status_info | string | |
resources | array | |
resources_to_add | array | |
resources_to_remove | array | |
status | string | |
max_city_networks_to_monitor | integer | |
traffic_percentage_to_monitor | integer | |
internet_measurements_log_delivery | object | |
health_events_config | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all monitors
in a region.
SELECT
region,
created_at,
modified_at,
monitor_arn,
monitor_name,
linked_account_id,
include_linked_accounts,
processing_status,
processing_status_info,
resources,
resources_to_add,
resources_to_remove,
status,
max_city_networks_to_monitor,
traffic_percentage_to_monitor,
internet_measurements_log_delivery,
health_events_config,
tag_key,
tag_value
FROM aws.internetmonitor.monitor_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the monitor_tags
resource, see monitors