MonitoredResourceResponse

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

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

Constructors

Link copied to clipboard
constructor(id: String? = null, reasonForLogsStatus: String? = null, reasonForMetricsStatus: String? = null, sendingLogs: Boolean? = null, sendingMetrics: Boolean? = 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

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

Link copied to clipboard
val sendingLogs: Boolean? = null

Flag indicating if resource is sending logs to Datadog.

Link copied to clipboard
val sendingMetrics: Boolean? = null

Flag indicating if resource is sending metrics to Datadog.