aws.rum.list_app_monitors
Example SQL Queries
SELECT * FROMaws.rum.list_app_monitors;Description
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| created The date and time that the app monitor was created. | VARCHAR |
| id The unique ID of this app monitor. | VARCHAR |
| last_modified The date and time of the most recent changes to this app monitor's configuration. | VARCHAR |
| name The name of this app monitor. | VARCHAR |
| state The current state of this app monitor. | VARCHAR |