aws.internetmonitor.list_monitors
Example SQL Queries
SELECT * FROMaws.internetmonitor.list_monitors;Description
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_linked_accounts Input Column A boolean option that you can set to TRUE to include monitors for linked accounts in a list of monitors, when you've set up cross-account sharing in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide. | BOOLEAN |
| monitor_status Input Column The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself. For information about the statuses for a monitor, see Monitor. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| monitor_arn The Amazon Resource Name (ARN) of the monitor. | VARCHAR |
| monitor_name The name of the monitor. | VARCHAR |
| processing_status The health of data processing for the monitor. | VARCHAR |
| status The status of a monitor. | VARCHAR |