interface DeobfuscationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RUM.Mixins.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrum/mixins#CfnAppMonitorPropsMixin_DeobfuscationConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.rum.mixins.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_rum.mixins.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rum » mixins » CfnAppMonitorPropsMixin » 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 { mixins as rum_mixins } from '@aws-cdk/mixins-preview/aws-rum';
const deobfuscationConfigurationProperty: rum_mixins.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty = {
javaScriptSourceMaps: {
s3Uri: 's3Uri',
status: 'status',
},
};
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.

.NET
Go
Java
Python
TypeScript