MonitoredSubscriptionResponse

data class MonitoredSubscriptionResponse(val error: String? = null, val status: String? = null, val subscriptionId: String? = null, val tagRules: MonitoringTagRulesPropertiesResponse? = null)

The list of subscriptions and it's monitoring status by current Elastic monitor.

Constructors

Link copied to clipboard
constructor(error: String? = null, status: String? = null, subscriptionId: String? = null, tagRules: MonitoringTagRulesPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val error: String? = null

The reason of not monitoring the subscription.

Link copied to clipboard
val status: String? = null

The state of monitoring.

Link copied to clipboard
val subscriptionId: String? = null

The subscriptionId to be monitored.

Link copied to clipboard

Definition of the properties for a TagRules resource.