SubscriptionListArgs

data class SubscriptionListArgs(val monitoredSubscriptionList: Output<List<MonitoredSubscriptionArgs>>? = null, val operation: Output<Either<String, Operation>>? = null) : ConvertibleToJava<SubscriptionListArgs>

The request to update subscriptions needed to be monitored by the Elastic monitor resource.

Constructors

Link copied to clipboard
constructor(monitoredSubscriptionList: Output<List<MonitoredSubscriptionArgs>>? = null, operation: Output<Either<String, Operation>>? = null)

Properties

Link copied to clipboard

List of subscriptions and the state of the monitoring.

Link copied to clipboard
val operation: Output<Either<String, Operation>>? = null

The operation for the patch on the resource.

Functions

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