Aws/rum
@swamp/aws/rumv2026.04.23.3
01README
AWS RUM infrastructure models
02Models
@swamp/aws/rum/app-monitorv2026.04.23.2app_monitor.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name | string | A name for the app monitor |
| Domain? | string | The top-level internet domain name for which your application has administrative authority. The CreateAppMonitor requires either the domain or the domain list. |
| DomainList? | array | The top-level internet domain names for which your application has administrative authority. The CreateAppMonitor requires either the domain or the domain list. |
| CwLogEnabled? | 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. |
| AppMonitorConfiguration? | object | AppMonitor configuration |
| CustomEvents? | object | AppMonitor custom events configuration |
| ResourcePolicy? | object | A structure that defines resource policy attached to your app monitor. |
| DeobfuscationConfiguration? | object | A structure that contains the configuration for how an app monitor can deobfuscate stack traces. |
| Platform? | enum |
fn create()
Create a RUM AppMonitor
fn get(identifier: string)
Get a RUM AppMonitor
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RUM AppMonitor |
fn update()
Update a RUM AppMonitor
fn delete(identifier: string)
Delete a RUM AppMonitor
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RUM AppMonitor |
fn sync()
Sync RUM AppMonitor state from AWS
Resources
state(infinite)— RUM AppMonitor resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: app_monitor
2026.04.03.2Apr 3, 2026
- Updated: app_monitor
2026.03.19.1Mar 19, 2026
- Updated: app_monitor
2026.03.18.1Mar 18, 2026
- Updated: app_monitor
2026.03.16.1Mar 16, 2026
- Updated: app_monitor
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
205.2 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels