AppMonitorCustomEventsArgs

data class AppMonitorCustomEventsArgs(val status: Output<String>? = null) : ConvertibleToJava<AppMonitorCustomEventsArgs>

Constructors

Link copied to clipboard
constructor(status: Output<String>? = null)

Properties

Link copied to clipboard
val status: Output<String>? = null

Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED. Valid values are DISABLED and ENABLED.

Functions

Link copied to clipboard
open override fun toJava(): AppMonitorCustomEventsArgs