ApplicationSubComponentConfigurationDetails

data class ApplicationSubComponentConfigurationDetails(val alarmMetrics: List<ApplicationAlarmMetric>? = null, val logs: List<ApplicationLog>? = null, val windowsEvents: List<ApplicationWindowsEvent>? = null)

The configuration settings of sub components.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of metrics to monitor for the component.

Link copied to clipboard
val logs: List<ApplicationLog>? = null

A list of logs to monitor for the component.

Link copied to clipboard

A list of Windows Events to log.