BudgetPlannedLimitArgs

data class BudgetPlannedLimitArgs(val amount: Output<String>, val startTime: Output<String>, val unit: Output<String>) : ConvertibleToJava<BudgetPlannedLimitArgs>

Constructors

Link copied to clipboard
fun BudgetPlannedLimitArgs(amount: Output<String>, startTime: Output<String>, unit: Output<String>)

Functions

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

Properties

Link copied to clipboard
val amount: Output<String>

(Required) The amount of cost or usage being measured for a budget.

Link copied to clipboard
val startTime: Output<String>

(Required) The start time of the budget limit. Format: 2017-01-01_12:00. See PlannedBudgetLimits documentation.

Link copied to clipboard
val unit: Output<String>

(Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See Spend documentation.