Skip to main content

app_monitors_list_only

Lists app_monitors in a region or regions, for all properties use app_monitors

Overview

Nameapp_monitors_list_only
TypeResource
DescriptionResource Type definition for AWS::RUM::AppMonitor
Idaws.rum.app_monitors_list_only

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
tagsarrayAssigns 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_configurationobjectAppMonitor configuration
custom_eventsobjectAppMonitor custom events configuration
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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