Skip to main content

app_monitor_tags

Expands all tag keys and values for app_monitors in a region

Overview

Nameapp_monitor_tags
TypeResource
DescriptionResource Type definition for AWS::RUM::AppMonitor
Idaws.rum.app_monitor_tags

Fields

NameDatatypeDescription
idstringThe unique ID of the new app monitor.
namestringA name for the app monitor
domainstringThe top-level internet domain name for which your application has administrative authority.
cw_log_enabledbooleanData 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_configurationobjectAppMonitor configuration
custom_eventsobjectAppMonitor custom events configuration
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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