vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getBudgets
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
Using getBudgets
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBudgets(opts?: InvokeOptions): Promise<GetBudgetsResult>
function getBudgetsOutput(opts?: InvokeOptions): Output<GetBudgetsResult>
def get_budgets(opts: Optional[InvokeOptions] = None) -> GetBudgetsResult
def get_budgets_output(opts: Optional[InvokeOptions] = None) -> Output[GetBudgetsResult]
func GetBudgets(ctx *Context, opts ...InvokeOption) (*GetBudgetsResult, error)
func GetBudgetsOutput(ctx *Context, opts ...InvokeOption) GetBudgetsResultOutput
> Note: This function is named GetBudgets
in the Go SDK.
public static class GetBudgets
{
public static Task<GetBudgetsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetBudgetsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetBudgetsResult> getBudgets(InvokeOptions options)
public static Output<GetBudgetsResult> getBudgets(InvokeOptions options)
fn::invoke:
function: vantage:index/getBudgets:getBudgets
arguments:
# arguments dictionary
getBudgets Result
The following output properties are available:
- Budgets
List<Get
Budgets Budget> - Id string
- The provider-assigned unique ID for this managed resource.
- Budgets
[]Get
Budgets Budget - Id string
- The provider-assigned unique ID for this managed resource.
- budgets
List<Get
Budgets Budget> - id String
- The provider-assigned unique ID for this managed resource.
- budgets
Get
Budgets Budget[] - id string
- The provider-assigned unique ID for this managed resource.
- budgets
Sequence[Get
Budgets Budget] - id str
- The provider-assigned unique ID for this managed resource.
- budgets List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetBudgetsBudget
- Budget
Alert List<string>Tokens - The tokens of the BudgetAlerts associated with the Budget.
- Child
Budget List<string>Tokens - The tokens of the child Budgets associated with the hierarchical Budget.
- Cost
Report stringToken - The token of the Report associated with the Budget.
- Created
At string - The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
- Created
By stringToken - The token of the Creator of the Budget.
- Name string
- The name of the Budget.
- Performances
List<Get
Budgets Budget Performance> - The historical performance of the Budget.
- Periods
List<Get
Budgets Budget Period> - The budget periods associated with the Budget.
- Token string
- User
Token string - The token for the User who created this Budget.
- Workspace
Token string - The token for the Workspace the Budget is a part of.
- Budget
Alert []stringTokens - The tokens of the BudgetAlerts associated with the Budget.
- Child
Budget []stringTokens - The tokens of the child Budgets associated with the hierarchical Budget.
- Cost
Report stringToken - The token of the Report associated with the Budget.
- Created
At string - The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
- Created
By stringToken - The token of the Creator of the Budget.
- Name string
- The name of the Budget.
- Performances
[]Get
Budgets Budget Performance - The historical performance of the Budget.
- Periods
[]Get
Budgets Budget Period - The budget periods associated with the Budget.
- Token string
- User
Token string - The token for the User who created this Budget.
- Workspace
Token string - The token for the Workspace the Budget is a part of.
- budget
Alert List<String>Tokens - The tokens of the BudgetAlerts associated with the Budget.
- child
Budget List<String>Tokens - The tokens of the child Budgets associated with the hierarchical Budget.
- cost
Report StringToken - The token of the Report associated with the Budget.
- created
At String - The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
- created
By StringToken - The token of the Creator of the Budget.
- name String
- The name of the Budget.
- performances
List<Get
Budgets Budget Performance> - The historical performance of the Budget.
- periods
List<Get
Budgets Budget Period> - The budget periods associated with the Budget.
- token String
- user
Token String - The token for the User who created this Budget.
- workspace
Token String - The token for the Workspace the Budget is a part of.
- budget
Alert string[]Tokens - The tokens of the BudgetAlerts associated with the Budget.
- child
Budget string[]Tokens - The tokens of the child Budgets associated with the hierarchical Budget.
- cost
Report stringToken - The token of the Report associated with the Budget.
- created
At string - The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
- created
By stringToken - The token of the Creator of the Budget.
- name string
- The name of the Budget.
- performances
Get
Budgets Budget Performance[] - The historical performance of the Budget.
- periods
Get
Budgets Budget Period[] - The budget periods associated with the Budget.
- token string
- user
Token string - The token for the User who created this Budget.
- workspace
Token string - The token for the Workspace the Budget is a part of.
- budget_
alert_ Sequence[str]tokens - The tokens of the BudgetAlerts associated with the Budget.
- child_
budget_ Sequence[str]tokens - The tokens of the child Budgets associated with the hierarchical Budget.
- cost_
report_ strtoken - The token of the Report associated with the Budget.
- created_
at str - The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
- created_
by_ strtoken - The token of the Creator of the Budget.
- name str
- The name of the Budget.
- performances
Sequence[Get
Budgets Budget Performance] - The historical performance of the Budget.
- periods
Sequence[Get
Budgets Budget Period] - The budget periods associated with the Budget.
- token str
- user_
token str - The token for the User who created this Budget.
- workspace_
token str - The token for the Workspace the Budget is a part of.
- budget
Alert List<String>Tokens - The tokens of the BudgetAlerts associated with the Budget.
- child
Budget List<String>Tokens - The tokens of the child Budgets associated with the hierarchical Budget.
- cost
Report StringToken - The token of the Report associated with the Budget.
- created
At String - The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
- created
By StringToken - The token of the Creator of the Budget.
- name String
- The name of the Budget.
- performances List<Property Map>
- The historical performance of the Budget.
- periods List<Property Map>
- The budget periods associated with the Budget.
- token String
- user
Token String - The token for the User who created this Budget.
- workspace
Token String - The token for the Workspace the Budget is a part of.
GetBudgetsBudgetPerformance
GetBudgetsBudgetPeriod
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh