WorkspaceConfigurationArgs

data class WorkspaceConfigurationArgs(val limitsPerLabelSets: Output<List<WorkspaceLimitsPerLabelSetArgs>>? = null, val retentionPeriodInDays: Output<Int>? = null) : ConvertibleToJava<WorkspaceConfigurationArgs>

Workspace configuration

Constructors

Link copied to clipboard
constructor(limitsPerLabelSets: Output<List<WorkspaceLimitsPerLabelSetArgs>>? = null, retentionPeriodInDays: Output<Int>? = null)

Properties

Link copied to clipboard

An array of label set and associated limits

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

How many days that metrics are retained in the workspace

Functions

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