Application Sub Component Configuration Details
data class ApplicationSubComponentConfigurationDetails(val alarmMetrics: List<ApplicationAlarmMetric>? = null, val logs: List<ApplicationLog>? = null, val processes: List<ApplicationProcess>? = null, val windowsEvents: List<ApplicationWindowsEvent>? = null)
The configuration settings of sub components.
Constructors
Link copied to clipboard
constructor(alarmMetrics: List<ApplicationAlarmMetric>? = null, logs: List<ApplicationLog>? = null, processes: List<ApplicationProcess>? = null, windowsEvents: List<ApplicationWindowsEvent>? = null)
Properties
Link copied to clipboard
A list of metrics to monitor for the component.
Link copied to clipboard
A list of logs to monitor for the component.
Link copied to clipboard
A list of processes to monitor for the component. Only Windows EC2 instances can have a processes section.
Link copied to clipboard
A list of Windows Events to log.