AppMonitorConfiguration appMonitorConfiguration
A structure that contains much of the configuration data for the app monitor.
String created
The date and time that this app monitor was created.
DataStorage dataStorage
A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.
String domain
The top-level internet domain name for which your application has administrative authority.
String id
The unique ID of this app monitor.
String lastModified
The date and time of the most recent changes to this app monitor's configuration.
String name
The name of the app monitor.
String state
The current state of the app monitor.
Map<K,V> tags
The list of tag keys and values associated with this app monitor.
Boolean allowCookies
If you set this to true, the RUM web client sets two cookies, a session cookie and a user cookie.
The cookies allow the RUM web client to collect data relating to the number of users an application has and the
behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the
current page.
Boolean enableXRay
If you set this to true, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds
an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests. You
can see traces and segments from these user sessions in the X-Ray console and the CloudWatch ServiceLens console.
For more information, see What is
X-Ray?
List<E> excludedPages
A list of URLs in your website or application to exclude from RUM data collection.
You can't include both ExcludedPages and IncludedPages in the same operation.
List<E> favoritePages
A list of pages in the CloudWatch RUM console that are to be displayed with a "favorite" icon.
String guestRoleArn
The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
String identityPoolId
The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
List<E> includedPages
If this app monitor is to collect data from only certain pages in your application, this structure lists those pages.
<p>You can't include both <code>ExcludedPages</code> and <code>IncludedPages</code> in the same operation.</p>
Double sessionSampleRate
Specifies the percentage of user sessions to use for RUM data collection. Choosing a higher percentage gives you more data but also incurs more costs.
The number you specify is the percentage of user sessions that will be used.
If you omit this parameter, the default of 10 is used.
List<E> telemetries
An array that lists the types of telemetry data that this app monitor is to collect.
errors indicates that RUM collects data about unhandled JavaScript errors raised by your
application.
performance indicates that RUM collects performance data about how your application and its
resources are loaded and rendered. This includes Core Web Vitals.
http indicates that RUM collects data about HTTP errors thrown by your application.
String created
The date and time that the app monitor was created.
String id
The unique ID of this app monitor.
String lastModified
The date and time of the most recent changes to this app monitor's configuration.
String name
The name of this app monitor.
String state
The current state of this app monitor.
AppMonitorConfiguration appMonitorConfiguration
A structure that contains much of the configuration data for the app monitor. If you are using Amazon Cognito for
authorization, you must include this structure in your request, and it must include the ID of the Amazon Cognito
identity pool to use for authorization. If you don't include AppMonitorConfiguration, you must set
up your own authorization method. For more information, see Authorize your
application to send data to Amazon Web Services.
If you omit this argument, the sample rate used for RUM is set to 10% of the user sessions.
Boolean cwLogEnabled
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 Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges.
If you omit this parameter, the default is false.
String domain
The top-level internet domain name for which your application has administrative authority.
String name
A name for the app monitor.
Map<K,V> tags
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 Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with an app monitor.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
String id
The unique ID of the new app monitor.
CwLog cwLog
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
String name
The name of the app monitor to delete.
List<E> filters
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
Integer maxResults
The maximum number of results to return in one operation.
String name
The name of the app monitor that collected the data that you want to retrieve.
String nextToken
Use the token returned by the previous operation to request the next page of results.
TimeRange timeRange
A structure that defines the time range that you want to retrieve results from.
String name
The app monitor to retrieve information for.
AppMonitor appMonitor
A structure containing all the configuration information for the app monitor.
Integer retryAfterSeconds
The value of a parameter in the request caused an error.
String resourceArn
The ARN of the resource that you want to see the tags of.
AppMonitorDetails appMonitorDetails
A structure that contains information about the app monitor that collected this telemetry information.
String batchId
A unique identifier for this batch of RUM event data.
String id
The ID of the app monitor that is sending this data.
List<E> rumEvents
An array of structures that contain the telemetry event data.
UserDetails userDetails
A structure that contains information about the user session that this batch of events was collected from.
String name
The name of a key to search for. The filter returns only the events that match the Name and
Values that you specify.
Valid values for Name are Browser | Device | Country |
Page | OS | EventType | Invert
List<E> values
The values of the Name that are to be be included in the returned results.
String details
A string containing details about the event.
String id
A unique ID for this event.
String 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.
Date timestamp
The exact time that this event occurred.
String type
The JSON schema that denotes the type of event this is, such as a page load or a new session.
AppMonitorConfiguration appMonitorConfiguration
A structure that contains much of the configuration data for the app monitor. If you are using Amazon Cognito for
authorization, you must include this structure in your request, and it must include the ID of the Amazon Cognito
identity pool to use for authorization. If you don't include AppMonitorConfiguration, you must set
up your own authorization method. For more information, see Authorize your
application to send data to Amazon Web Services.
Boolean cwLogEnabled
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 Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges.
String domain
The top-level internet domain name for which your application has administrative authority.
String name
The name of the app monitor to update.
Copyright © 2022. All rights reserved.