AWS::RUM::AppMonitor CustomEvents
This structure specifies whether this app monitor allows the web client to define and send custom events.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Status" :
String
}
YAML
Status:
String
Properties
Status
-
Set this to
ENABLED
to allow the web client to send custom events for this app monitor.Valid values are
ENABLED
andDISABLED
.Required: No
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: No interruption