ApplicationWindowsEventArgs

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

A Windows Event to be monitored for the component.

Constructors

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

Properties

Link copied to clipboard

The levels of event to log.

Link copied to clipboard
val eventName: Output<String>

The type of Windows Events to log.

Link copied to clipboard
val logGroupName: Output<String>

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

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

The name of the log pattern set.

Functions

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