GetBudgetSubscriptionResult

data class GetBudgetSubscriptionResult(val amount: Double, val filters: List<GetBudgetSubscriptionFilter>, val id: String, val name: String, val notifications: List<GetBudgetSubscriptionNotification>, val subscriptionId: String, val timeGrain: String, val timePeriods: List<GetBudgetSubscriptionTimePeriod>)

A collection of values returned by getBudgetSubscription.

Constructors

Link copied to clipboard
constructor(amount: Double, filters: List<GetBudgetSubscriptionFilter>, id: String, name: String, notifications: List<GetBudgetSubscriptionNotification>, subscriptionId: String, timeGrain: String, timePeriods: List<GetBudgetSubscriptionTimePeriod>)

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 to use 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.