Application Log
data class ApplicationLog(val encoding: ApplicationLogEncoding? = null, val logGroupName: String? = null, val logPath: String? = null, val logType: String, val patternSet: String? = null)
A log to be monitored for the component.
Constructors
Link copied to clipboard
constructor(encoding: ApplicationLogEncoding? = null, logGroupName: String? = null, logPath: String? = null, logType: String, patternSet: String? = null)