AWS Fundamentals Logo
AWS Fundamentals
AWS::RUM::AppMonitor

RUM AppMonitor

Resource Type definition for AWS::RUM::AppMonitor

Properties

10 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
AppMonitorConfiguration
AppMonitorConfiguration
CustomEvents
CustomEvents
CwLogEnabled
boolean
DeobfuscationConfiguration
DeobfuscationConfiguration
Domain
string
DomainList
Array<string>
Platform
string
Create-only
ResourcePolicy
ResourcePolicy
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IdstringThe unique ID of the new app monitor.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RUM::AppMonitor

Resources:
  MyResource:
    Type: AWS::RUM::AppMonitor
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rum:GetAppMonitorrum:CreateAppMonitordynamodb:GetItemdynamodb:PutItems3:GetObjects3:PutObjects3:GetObjectAcls3:DoesObjectExist

read

rum:GetAppMonitordynamodb:GetItems3:GetObjects3:DoesObjectExists3:GetObjectAclrum:ListTagsForResourcerum:ListRumMetricsDestinationsrum:BatchGetRumMetricDefinitions

update

rum:GetAppMonitorrum:UpdateAppMonitordynamodb:GetItemdynamodb:PutItemdynamodb:UpdateItemdynamodb:Querys3:GetObjects3:PutObject

delete

rum:GetAppMonitorrum:DeleteAppMonitordynamodb:DeleteItemdynamodb:Querylogs:DeleteLogDeliverys3:DeleteObjects3:DoesObjectExistrum:UntagResource

list

rum:ListAppMonitorsdynamodb:DescribeTablerum:GetAppMonitordynamodb:GetItemdynamodb:BatchGetItemdynamodb:Querys3:GetObjects3:DoesObjectExist

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRUM
Properties11
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NamePlatform

External Links