GetMonitoringScheduleResult

data class GetMonitoringScheduleResult(val creationTime: String? = null, val endpointName: String? = null, val failureReason: String? = null, val lastModifiedTime: String? = null, val lastMonitoringExecutionSummary: MonitoringScheduleMonitoringExecutionSummary? = null, val monitoringScheduleArn: String? = null, val monitoringScheduleConfig: MonitoringScheduleConfig? = null, val monitoringScheduleStatus: MonitoringScheduleStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, endpointName: String? = null, failureReason: String? = null, lastModifiedTime: String? = null, lastMonitoringExecutionSummary: MonitoringScheduleMonitoringExecutionSummary? = null, monitoringScheduleArn: String? = null, monitoringScheduleConfig: MonitoringScheduleConfig? = null, monitoringScheduleStatus: MonitoringScheduleStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The time at which the schedule was created.

Link copied to clipboard
val endpointName: String? = null

The name of the endpoint using the monitoring schedule.

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

Describes metadata on the last execution to run, if there was one.

Link copied to clipboard

The Amazon Resource Name (ARN) of the monitoring schedule.

Link copied to clipboard

The configuration object that specifies the monitoring schedule and defines the monitoring job.

Link copied to clipboard

The status of a schedule job.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.