DashboardExcludePeriodConfigurationArgs

data class DashboardExcludePeriodConfigurationArgs(val amount: Output<Double>, val granularity: Output<DashboardTimeGranularity>, val status: Output<DashboardWidgetStatus>? = null) : ConvertibleToJava<DashboardExcludePeriodConfigurationArgs>

Constructors

Link copied to clipboard
constructor(amount: Output<Double>, granularity: Output<DashboardTimeGranularity>, status: Output<DashboardWidgetStatus>? = null)

Properties

Link copied to clipboard
val amount: Output<Double>

The amount or number of the exclude period.

Link copied to clipboard

The granularity or unit (day, month, year) of the exclude period.

Link copied to clipboard
val status: Output<DashboardWidgetStatus>? = null

The status of the exclude period. Choose from the following options:

Functions

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