MonitoringScheduleMonitoringExecutionSummary

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

constructor(creationTime: String, endpointName: String? = null, failureReason: String? = null, lastModifiedTime: String, monitoringExecutionStatus: MonitoringScheduleMonitoringExecutionSummaryMonitoringExecutionStatus, monitoringScheduleName: String, processingJobArn: String? = null, scheduledTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the monitoring job was created.

Link copied to clipboard
val endpointName: String? = null

The name of the endpoint used to run the monitoring job.

Link copied to clipboard
val failureReason: String? = null

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

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.