WorkspaceLimitsPerLabelSetEntryArgs

data class WorkspaceLimitsPerLabelSetEntryArgs(val maxSeries: Output<Int>? = null) : ConvertibleToJava<WorkspaceLimitsPerLabelSetEntryArgs>

Limits that can be applied to a label set

Constructors

Link copied to clipboard
constructor(maxSeries: Output<Int>? = null)

Properties

Link copied to clipboard
val maxSeries: Output<Int>? = null

The maximum number of active series that can be ingested for this label set

Functions

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