GetMonitorResult

data class GetMonitorResult(val createdAt: String? = null, val healthEventsConfig: MonitorHealthEventsConfig? = null, val internetMeasurementsLogDelivery: MonitorInternetMeasurementsLogDelivery? = null, val maxCityNetworksToMonitor: Int? = null, val modifiedAt: String? = null, val monitorArn: String? = null, val processingStatus: MonitorProcessingStatusCode? = null, val processingStatusInfo: String? = null, val resources: List<String>? = null, val status: MonitorConfigState? = null, val tags: List<MonitorTag>? = null, val trafficPercentageToMonitor: Int? = null)

Constructors

Link copied to clipboard
fun GetMonitorResult(createdAt: String? = null, healthEventsConfig: MonitorHealthEventsConfig? = null, internetMeasurementsLogDelivery: MonitorInternetMeasurementsLogDelivery? = null, maxCityNetworksToMonitor: Int? = null, modifiedAt: String? = null, monitorArn: String? = null, processingStatus: MonitorProcessingStatusCode? = null, processingStatusInfo: String? = null, resources: List<String>? = null, status: MonitorConfigState? = null, tags: List<MonitorTag>? = null, trafficPercentageToMonitor: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val modifiedAt: String? = null
Link copied to clipboard
val monitorArn: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resources: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<MonitorTag>? = null
Link copied to clipboard