aws.networkmonitor.list_monitors
Example SQL Queries
SELECT * FROMaws.networkmonitor.list_monitors;Description
Returns a list of all of your monitors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| state Input Column The state of the 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
| |
| aggregation_period The time, in seconds, that metrics are collected and sent to Amazon CloudWatch. Valid values are either 30 or 60. | BIGINT |
| monitor_arn The ARN of the monitor. | VARCHAR |
| monitor_name The name of the monitor. | VARCHAR |
| tags The list of key-value pairs assigned to the monitor. | MAP(VARCHAR, VARCHAR) |