-AppMonitorConfiguration_AllowCookie <
Boolean>
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AppMonitorConfiguration_AllowCookies |
-AppMonitorConfiguration_EnableXRay <
Boolean>
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? Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AppMonitorConfiguration_ExcludedPage <
String[]>
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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AppMonitorConfiguration_ExcludedPages |
-AppMonitorConfiguration_FavoritePage <
String[]>
A list of pages in your application that are to be displayed with a "favorite" icon in the CloudWatch RUM console. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AppMonitorConfiguration_FavoritePages |
-AppMonitorConfiguration_GuestRoleArn <
String>
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.It is possible that an app monitor does not have a value for
GuestRoleArn. For example, this can happen when you use the console to create an app monitor and you allow CloudWatch RUM to create a new identity pool for Authorization. In this case,
GuestRoleArn is not present in the
GetAppMonitor response because it is not stored by the service.If this issue affects you, you can take one of the following steps:
- Use the Cloud Development Kit (CDK) to create an identity pool and the associated IAM role, and use that for your app monitor.
- Make a separate GetIdentityPoolRoles call to Amazon Cognito to retrieve the GuestRoleArn.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AppMonitorConfiguration_IdentityPoolId <
String>
The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AppMonitorConfiguration_IncludedPage <
String[]>
If this app monitor is to collect data from only certain pages in your application, this structure lists those pages. You can't include both ExcludedPages and IncludedPages in the same operation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AppMonitorConfiguration_IncludedPages |
-AppMonitorConfiguration_SessionSampleRate <
Double>
Specifies the portion of user sessions to use for RUM data collection. Choosing a higher portion gives you more data but also incurs more costs.The range for this value is 0 to 1 inclusive. Setting this to 1 means that 100% of user sessions are sampled, and setting it to 0.1 means that 10% of user sessions are sampled.If you omit this parameter, the default of 0.1 is used, and 10% of sessions will be sampled.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AppMonitorConfiguration_Telemetry <
String[]>
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.
Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AppMonitorConfiguration_Telemetries |
Amazon.PowerShell.Cmdlets.CWRUM.AmazonCloudWatchRUMClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The top-level internet domain name for which your application has administrative authority.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
List the domain names for which your application has administrative authority. The UpdateAppMonitor allows either the domain or the domain list. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-JavaScriptSourceMaps_S3Uri <
String>
The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | DeobfuscationConfiguration_JavaScriptSourceMaps_S3Uri |
Specifies whether JavaScript error stack traces should be unminified for this app monitor. The default is for JavaScript error stack trace unminification to be DISABLED.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | DeobfuscationConfiguration_JavaScriptSourceMaps_Status |
The name of the app monitor to update.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudWatchRUM.Model.UpdateAppMonitorResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |