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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAppMonitor.CustomEventsProperty
static final class
An implementation forCfnAppMonitor.CustomEventsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Set this toENABLED
to allow the web client to send custom events for this app monitor.Valid values are
ENABLED
andDISABLED
. -
builder
-