Monitoring Schedule Monitoring Execution Summary
data class MonitoringScheduleMonitoringExecutionSummary(val creationTime: String, val endpointName: String? = null, val failureReason: String? = null, val lastModifiedTime: String, val monitoringExecutionStatus: MonitoringScheduleMonitoringExecutionSummaryMonitoringExecutionStatus, val monitoringScheduleName: String, val processingJobArn: String? = null, val scheduledTime: String)
Summary of information about monitoring job
Constructors
Link copied to clipboard
constructor(creationTime: String, endpointName: String? = null, failureReason: String? = null, lastModifiedTime: String, monitoringExecutionStatus: MonitoringScheduleMonitoringExecutionSummaryMonitoringExecutionStatus, monitoringScheduleName: String, processingJobArn: String? = null, scheduledTime: String)
Properties
Link copied to clipboard
The time at which the monitoring job was created.
Link copied to clipboard
The name of the endpoint used to run the monitoring job.
Link copied to clipboard
Contains the reason a monitoring job failed, if it failed.
Link copied to clipboard
A timestamp that indicates the last time the monitoring job was modified.
Link copied to clipboard
val monitoringExecutionStatus: MonitoringScheduleMonitoringExecutionSummaryMonitoringExecutionStatus
The status of the monitoring job.
Link copied to clipboard
The name of the monitoring schedule.
Link copied to clipboard
The Amazon Resource Name (ARN) of the monitoring job.
Link copied to clipboard
The time the monitoring job was scheduled.