BudgetResourceGroupTimePeriodArgs

data class BudgetResourceGroupTimePeriodArgs(val endDate: Output<String>? = null, val startDate: Output<String>) : ConvertibleToJava<BudgetResourceGroupTimePeriodArgs>

Constructors

Link copied to clipboard
constructor(endDate: Output<String>? = null, startDate: Output<String>)

Properties

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

The end date for the budget. If not set this will be 10 years after the start date.

Link copied to clipboard
val startDate: Output<String>

The start date for the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. Changing this forces a new Resource Group Consumption Budget to be created.

Functions

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