Budget

class Budget : KotlinCustomResource

A budget resource. Azure REST API version: 2023-04-01-preview. Other available API versions: 2019-04-01-preview, 2023-08-01.

Properties

Link copied to clipboard
val amount: Output<Double>?

The total amount of cost to track with the budget. Supported for CategoryType(s): Cost. Required for CategoryType(s): Cost.

Link copied to clipboard
val category: Output<String>

The category of the budget.

Link copied to clipboard

The current amount of cost which is being tracked for a budget. Supported for CategoryType(s): Cost.

Link copied to clipboard
val eTag: Output<String>?

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Link copied to clipboard

May be used to filter budgets by user-specified dimensions and/or tags. Supported for CategoryType(s): Cost, ReservationUtilization.

Link copied to clipboard

The forecasted cost which is being tracked for a budget. Supported for CategoryType(s): Cost.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val timeGrain: Output<String>

The time covered by a budget. Tracking of the amount will be reset based on the time grain. Supported for CategoryType(s): Cost, ReservationUtilization. Supported timeGrainTypes for CategoryType: Cost

Link copied to clipboard

The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate. Supported for CategoryType(s): Cost, ReservationUtilization. Required for CategoryType(s): Cost, ReservationUtilization.

Link copied to clipboard
val type: Output<String>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val urn: Output<String>