app_monitor_tags
Expands all tag keys and values for app_monitors in a region
Overview
| Name | app_monitor_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::RUM::AppMonitor |
| Id | aws.rum.app_monitor_tags |
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 |
app_monitor_configuration | object | AppMonitor configuration |
custom_events | object | AppMonitor custom events configuration |
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 app_monitors in a region.
SELECT
region,
id,
name,
domain,
cw_log_enabled,
app_monitor_configuration,
custom_events,
tag_key,
tag_value
FROM aws.rum.app_monitor_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the app_monitor_tags resource, see app_monitors