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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAppMonitor.CustomEventsPropertystatic final classAn implementation forCfnAppMonitor.CustomEventsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Set this toENABLEDto allow the web client to send custom events for this app monitor.Valid values are
ENABLEDandDISABLED. -
builder
-