interface DeobfuscationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RUM.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrum#CfnAppMonitorPropsMixin_DeobfuscationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rum.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_rum.CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rum » 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 { aws_rum as rum } from '@aws-cdk/cfn-property-mixins';
const deobfuscationConfigurationProperty: rum.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