Interface CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAppMonitorPropsMixin
@Stability(Stable)
public static interface CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.rum.*;
DeobfuscationConfigurationProperty deobfuscationConfigurationProperty = DeobfuscationConfigurationProperty.builder()
.javaScriptSourceMaps(JavaScriptSourceMapsProperty.builder()
.s3Uri("s3Uri")
.status("status")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJavaScriptSourceMaps
A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.Returns union: either
IResolvableorCfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty- See Also:
-
builder
@Stability(Stable) static CfnAppMonitorPropsMixin.DeobfuscationConfigurationProperty.Builder builder()
-