AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchRUM.Model.JavaScriptSourceMaps

Namespace: Amazon.CloudWatchRUM.Model
Assembly: AWSSDK.CloudWatchRUM.dll
Version: 3.x.y.z

Syntax

C#
public class JavaScriptSourceMaps

The JavaScriptSourceMaps type exposes the following members

Constructors

NameDescription
Public Method JavaScriptSourceMaps()

Properties

NameTypeDescription
Public Property S3Uri System.String

Gets and sets the property S3Uri.

The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.

Public Property Status Amazon.CloudWatchRUM.DeobfuscationStatus

Gets and sets the property Status.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer