MonitoredSubscriptionArgs

data class MonitoredSubscriptionArgs(val error: Output<String>? = null, val status: Output<Either<String, Status>>? = null, val subscriptionId: Output<String>? = null, val tagRules: Output<MonitoringTagRulesPropertiesArgs>? = null) : ConvertibleToJava<MonitoredSubscriptionArgs>

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

Constructors

Link copied to clipboard
constructor(error: Output<String>? = null, status: Output<Either<String, Status>>? = null, subscriptionId: Output<String>? = null, tagRules: Output<MonitoringTagRulesPropertiesArgs>? = null)

Properties

Link copied to clipboard
val error: Output<String>? = null

The reason of not monitoring the subscription.

Link copied to clipboard
val status: Output<Either<String, Status>>? = null

The state of monitoring.

Link copied to clipboard
val subscriptionId: Output<String>? = null

The subscriptionId to be monitored.

Link copied to clipboard

Definition of the properties for a TagRules resource.

Functions

Link copied to clipboard
open override fun toJava(): MonitoredSubscriptionArgs