RumEvent
A structure that contains the information for one performance event that RUM collects from a user session with your application.
Contents
- details
-
A string containing details about the event.
Type: String
Required: Yes
- id
-
A unique ID for this event.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Required: Yes
- timestamp
-
The exact time that this event occurred.
Type: Timestamp
Required: Yes
- type
-
The JSON schema that denotes the type of event this is, such as a page load or a new session.
Type: String
Required: Yes
- metadata
-
Metadata about this event, which contains a JSON serialization of the identity of the user for this session. The user information comes from information such as the HTTP user-agent request header and document interface.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: