MonitoredResourceResponse

data class MonitoredResourceResponse(val id: String? = null, val reasonForLogsStatus: String? = null, val sendingLogs: String? = null)

The properties of a resource currently being monitored by the Elastic monitor resource.

Constructors

Link copied to clipboard
constructor(id: String? = null, reasonForLogsStatus: String? = null, sendingLogs: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARM id of the resource.

Link copied to clipboard

Reason for why the resource is sending logs (or why it is not sending).

Link copied to clipboard
val sendingLogs: String? = null

Flag indicating the status of the resource for sending logs operation to Elastic.