interface DeobfuscationConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.RUM.CfnAppMonitor.DeobfuscationConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrum#CfnAppMonitor_DeobfuscationConfigurationProperty | 
|  Java | software.amazon.awscdk.services.rum.CfnAppMonitor.DeobfuscationConfigurationProperty | 
|  Python | aws_cdk.aws_rum.CfnAppMonitor.DeobfuscationConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_rum»CfnAppMonitor»DeobfuscationConfigurationProperty | 
A structure that contains the configuration for how an app monitor can deobfuscate stack traces.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rum as rum } from 'aws-cdk-lib';
const deobfuscationConfigurationProperty: rum.CfnAppMonitor.DeobfuscationConfigurationProperty = {
  javaScriptSourceMaps: {
    status: 'status',
    // the properties below are optional
    s3Uri: 's3Uri',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| java | IResolvable | Java | A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps. | 
javaScriptSourceMaps?
Type:
IResolvable | Java
(optional)
A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.
