ApplicationWindowsEvent

data class ApplicationWindowsEvent(val eventLevels: List<ApplicationEventLevel>, val eventName: String, val logGroupName: String, val patternSet: String? = null)

A Windows Event to be monitored for the component.

Constructors

Link copied to clipboard
constructor(eventLevels: List<ApplicationEventLevel>, eventName: String, logGroupName: String, patternSet: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The levels of event to log.

Link copied to clipboard

The type of Windows Events to log.

Link copied to clipboard

The CloudWatch log group name to be associated to the monitored log.

Link copied to clipboard
val patternSet: String? = null

The name of the log pattern set.