AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesArgs

data class AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesArgs(val s3Uri: Output<String>? = null, val status: Output<AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesStatus>) : ConvertibleToJava<AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesArgs>

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

Properties

Link copied to clipboard
val s3Uri: Output<String>? = null

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): AppMonitorDeobfuscationConfigurationJavaScriptSourceMapsPropertiesArgs