app_monitors_list_only
Lists app_monitors
in a region or regions, for all properties use app_monitors
Overview
Name | app_monitors_list_only |
Type | Resource |
Description | Resource Type definition for AWS::RUM::AppMonitor |
Id | aws.rum.app_monitors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique ID of the new app monitor. |
name | string | A name for the app monitor |
domain | string | The top-level internet domain name for which your application has administrative authority. |
cw_log_enabled | boolean | Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to CWLlong in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur CWLlong charges. If you omit this parameter, the default is false |
tags | array | Assigns one or more tags (key-value pairs) to the app monitor. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.You can associate as many as 50 tags with an app monitor. |
app_monitor_configuration | object | AppMonitor configuration |
custom_events | object | AppMonitor custom events configuration |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all app_monitors
in a region.
SELECT
region,
name
FROM aws.rum.app_monitors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the app_monitors_list_only
resource, see app_monitors