GetBudgetResourceGroupResult

data class GetBudgetResourceGroupResult(val amount: Double, val filters: List<GetBudgetResourceGroupFilter>, val id: String, val name: String, val notifications: List<GetBudgetResourceGroupNotification>, val resourceGroupId: String, val timeGrain: String, val timePeriods: List<GetBudgetResourceGroupTimePeriod>)

A collection of values returned by getBudgetResourceGroup.

Constructors

Link copied to clipboard
constructor(amount: Double, filters: List<GetBudgetResourceGroupFilter>, id: String, name: String, notifications: List<GetBudgetResourceGroupNotification>, resourceGroupId: String, timeGrain: String, timePeriods: List<GetBudgetResourceGroupTimePeriod>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total amount of cost to track with the budget.

Link copied to clipboard

A filter block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the tag used for the filter.

Link copied to clipboard

A notification block as defined below.

Link copied to clipboard
Link copied to clipboard

The time covered by a budget.

Link copied to clipboard

A time_period block as defined below.