Interface CfnAppMonitor.CustomEventsProperty

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

@Stability(Stable) public static interface CfnAppMonitor.CustomEventsProperty extends software.amazon.jsii.JsiiSerializable
This structure specifies whether this app monitor allows the web client to define and send custom events.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.rum.*;
 CustomEventsProperty customEventsProperty = CustomEventsProperty.builder()
         .status("status")
         .build();
 

See Also: