Interface CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.Jsii$Proxy
Enclosing class:
CfnAppMonitorPropsMixin

@Stability(Stable) public static interface CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty extends software.amazon.jsii.JsiiSerializable
A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.

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.*;
 JavaScriptSourceMapsProperty javaScriptSourceMapsProperty = JavaScriptSourceMapsProperty.builder()
         .s3Uri("s3Uri")
         .status("status")
         .build();
 

See Also: