oci.Budget.getBudgets
Explore with Pulumi AI
This data source provides the list of Budgets in Oracle Cloud Infrastructure Budget service.
Gets a list of budgets in a compartment.
By default, ListBudgets returns budgets of the ‘COMPARTMENT’ target type, and the budget records with only one target compartment OCID.
To list all budgets, set the targetType query parameter to ALL (for example: ’targetType=ALL’).
Clients should ignore new targetTypes, or upgrade to the latest version of the client SDK to handle new targetTypes.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBudgets = oci.Budget.getBudgets({
    compartmentId: tenancyOcid,
    displayName: budgetDisplayName,
    state: budgetState,
    targetType: budgetTargetType,
});
import pulumi
import pulumi_oci as oci
test_budgets = oci.Budget.get_budgets(compartment_id=tenancy_ocid,
    display_name=budget_display_name,
    state=budget_state,
    target_type=budget_target_type)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/budget"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := budget.GetBudgets(ctx, &budget.GetBudgetsArgs{
			CompartmentId: tenancyOcid,
			DisplayName:   pulumi.StringRef(budgetDisplayName),
			State:         pulumi.StringRef(budgetState),
			TargetType:    pulumi.StringRef(budgetTargetType),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testBudgets = Oci.Budget.GetBudgets.Invoke(new()
    {
        CompartmentId = tenancyOcid,
        DisplayName = budgetDisplayName,
        State = budgetState,
        TargetType = budgetTargetType,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Budget.BudgetFunctions;
import com.pulumi.oci.Budget.inputs.GetBudgetsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testBudgets = BudgetFunctions.getBudgets(GetBudgetsArgs.builder()
            .compartmentId(tenancyOcid)
            .displayName(budgetDisplayName)
            .state(budgetState)
            .targetType(budgetTargetType)
            .build());
    }
}
variables:
  testBudgets:
    fn::invoke:
      function: oci:Budget:getBudgets
      arguments:
        compartmentId: ${tenancyOcid}
        displayName: ${budgetDisplayName}
        state: ${budgetState}
        targetType: ${budgetTargetType}
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(args: GetBudgetsArgs, opts?: InvokeOptions): Promise<GetBudgetsResult>
function getBudgetsOutput(args: GetBudgetsOutputArgs, opts?: InvokeOptions): Output<GetBudgetsResult>def get_budgets(compartment_id: Optional[str] = None,
                display_name: Optional[str] = None,
                filters: Optional[Sequence[GetBudgetsFilter]] = None,
                state: Optional[str] = None,
                target_type: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetBudgetsResult
def get_budgets_output(compartment_id: Optional[pulumi.Input[str]] = None,
                display_name: Optional[pulumi.Input[str]] = None,
                filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBudgetsFilterArgs]]]] = None,
                state: Optional[pulumi.Input[str]] = None,
                target_type: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetBudgetsResult]func GetBudgets(ctx *Context, args *GetBudgetsArgs, opts ...InvokeOption) (*GetBudgetsResult, error)
func GetBudgetsOutput(ctx *Context, args *GetBudgetsOutputArgs, opts ...InvokeOption) GetBudgetsResultOutput> Note: This function is named GetBudgets in the Go SDK.
public static class GetBudgets 
{
    public static Task<GetBudgetsResult> InvokeAsync(GetBudgetsArgs args, InvokeOptions? opts = null)
    public static Output<GetBudgetsResult> Invoke(GetBudgetsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBudgetsResult> getBudgets(GetBudgetsArgs args, InvokeOptions options)
public static Output<GetBudgetsResult> getBudgets(GetBudgetsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Budget/getBudgets:getBudgets
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- Filters
List<GetBudgets Filter> 
- State string
- The current state of the resource to filter by.
- TargetType string
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- Filters
[]GetBudgets Filter 
- State string
- The current state of the resource to filter by.
- TargetType string
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- filters
List<GetsFilter> 
- state String
- The current state of the resource to filter by.
- targetType String
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- compartmentId string
- The ID of the compartment in which to list resources.
- displayName string
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- filters
GetBudgets Filter[] 
- state string
- The current state of the resource to filter by.
- targetType string
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- compartment_id str
- The ID of the compartment in which to list resources.
- display_name str
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- filters
Sequence[GetBudgets Filter] 
- state str
- The current state of the resource to filter by.
- target_type str
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- filters List<Property Map>
- state String
- The current state of the resource to filter by.
- targetType String
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
getBudgets Result
The following output properties are available:
- Budgets
List<GetBudgets Budget> 
- The list of budgets.
- CompartmentId string
- The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The display name of the budget. Avoid entering confidential information.
- Filters
List<GetBudgets Filter> 
- State string
- The current state of the budget.
- TargetType string
- The type of target on which the budget is applied.
- Budgets
[]GetBudgets Budget 
- The list of budgets.
- CompartmentId string
- The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The display name of the budget. Avoid entering confidential information.
- Filters
[]GetBudgets Filter 
- State string
- The current state of the budget.
- TargetType string
- The type of target on which the budget is applied.
- budgets List<Gets>
- The list of budgets.
- compartmentId String
- The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The display name of the budget. Avoid entering confidential information.
- filters
List<GetsFilter> 
- state String
- The current state of the budget.
- targetType String
- The type of target on which the budget is applied.
- budgets
GetBudgets Budget[] 
- The list of budgets.
- compartmentId string
- The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- The display name of the budget. Avoid entering confidential information.
- filters
GetBudgets Filter[] 
- state string
- The current state of the budget.
- targetType string
- The type of target on which the budget is applied.
- budgets
Sequence[GetBudgets Budget] 
- The list of budgets.
- compartment_id str
- The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- The display name of the budget. Avoid entering confidential information.
- filters
Sequence[GetBudgets Filter] 
- state str
- The current state of the budget.
- target_type str
- The type of target on which the budget is applied.
- budgets List<Property Map>
- The list of budgets.
- compartmentId String
- The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The display name of the budget. Avoid entering confidential information.
- filters List<Property Map>
- state String
- The current state of the budget.
- targetType String
- The type of target on which the budget is applied.
Supporting Types
GetBudgetsBudget  
- ActualSpend double
- The actual spend in currency for the current budget cycle.
- AlertRule intCount 
- The total number of alert rules in the budget.
- Amount int
- The amount of the budget, expressed in the currency of the customer's rate card.
- BudgetProcessing intPeriod Start Offset 
- The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
- CompartmentId string
- The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- The description of the budget.
- DisplayName string
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- EndDate string
- The time when the one-time budget concludes. For example, - 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- ForecastedSpend double
- The forecasted spend in currency by the end of the current budget cycle.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the budget.
- ProcessingPeriod stringType 
- The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
- ResetPeriod string
- The reset period for the budget.
- StartDate string
- The date when the one-time budget begins. For example, 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- State string
- The current state of the resource to filter by.
- TargetCompartment stringId 
- This is DEPRECATED. For backwards compatability, the property is populated when the targetType is "COMPARTMENT", and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
- TargetType string
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- Targets List<string>
- The list of targets on which the budget is applied. If the targetType is "COMPARTMENT", the targets contain the list of compartment OCIDs. If the targetType is "TAG", the targets contain the list of cost tracking tag identifiers in the form of "{tagNamespace}.{tagKey}.{tagValue}".
- TimeCreated string
- The time that the budget was created.
- TimeSpend stringComputed 
- The time that the budget spend was last computed.
- TimeUpdated string
- The time that the budget was updated.
- Version int
- The version of the budget. Starts from 1 and increments by 1.
- ActualSpend float64
- The actual spend in currency for the current budget cycle.
- AlertRule intCount 
- The total number of alert rules in the budget.
- Amount int
- The amount of the budget, expressed in the currency of the customer's rate card.
- BudgetProcessing intPeriod Start Offset 
- The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
- CompartmentId string
- The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- The description of the budget.
- DisplayName string
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- EndDate string
- The time when the one-time budget concludes. For example, - 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- ForecastedSpend float64
- The forecasted spend in currency by the end of the current budget cycle.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the budget.
- ProcessingPeriod stringType 
- The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
- ResetPeriod string
- The reset period for the budget.
- StartDate string
- The date when the one-time budget begins. For example, 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- State string
- The current state of the resource to filter by.
- TargetCompartment stringId 
- This is DEPRECATED. For backwards compatability, the property is populated when the targetType is "COMPARTMENT", and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
- TargetType string
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- Targets []string
- The list of targets on which the budget is applied. If the targetType is "COMPARTMENT", the targets contain the list of compartment OCIDs. If the targetType is "TAG", the targets contain the list of cost tracking tag identifiers in the form of "{tagNamespace}.{tagKey}.{tagValue}".
- TimeCreated string
- The time that the budget was created.
- TimeSpend stringComputed 
- The time that the budget spend was last computed.
- TimeUpdated string
- The time that the budget was updated.
- Version int
- The version of the budget. Starts from 1 and increments by 1.
- actualSpend Double
- The actual spend in currency for the current budget cycle.
- alertRule IntegerCount 
- The total number of alert rules in the budget.
- amount Integer
- The amount of the budget, expressed in the currency of the customer's rate card.
- budgetProcessing IntegerPeriod Start Offset 
- The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
- compartmentId String
- The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- The description of the budget.
- displayName String
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- endDate String
- The time when the one-time budget concludes. For example, - 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- forecastedSpend Double
- The forecasted spend in currency by the end of the current budget cycle.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the budget.
- processingPeriod StringType 
- The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
- resetPeriod String
- The reset period for the budget.
- startDate String
- The date when the one-time budget begins. For example, 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- state String
- The current state of the resource to filter by.
- targetCompartment StringId 
- This is DEPRECATED. For backwards compatability, the property is populated when the targetType is "COMPARTMENT", and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
- targetType String
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- targets List<String>
- The list of targets on which the budget is applied. If the targetType is "COMPARTMENT", the targets contain the list of compartment OCIDs. If the targetType is "TAG", the targets contain the list of cost tracking tag identifiers in the form of "{tagNamespace}.{tagKey}.{tagValue}".
- timeCreated String
- The time that the budget was created.
- timeSpend StringComputed 
- The time that the budget spend was last computed.
- timeUpdated String
- The time that the budget was updated.
- version Integer
- The version of the budget. Starts from 1 and increments by 1.
- actualSpend number
- The actual spend in currency for the current budget cycle.
- alertRule numberCount 
- The total number of alert rules in the budget.
- amount number
- The amount of the budget, expressed in the currency of the customer's rate card.
- budgetProcessing numberPeriod Start Offset 
- The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
- compartmentId string
- The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description string
- The description of the budget.
- displayName string
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- endDate string
- The time when the one-time budget concludes. For example, - 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- forecastedSpend number
- The forecasted spend in currency by the end of the current budget cycle.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The OCID of the budget.
- processingPeriod stringType 
- The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
- resetPeriod string
- The reset period for the budget.
- startDate string
- The date when the one-time budget begins. For example, 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- state string
- The current state of the resource to filter by.
- targetCompartment stringId 
- This is DEPRECATED. For backwards compatability, the property is populated when the targetType is "COMPARTMENT", and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
- targetType string
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- targets string[]
- The list of targets on which the budget is applied. If the targetType is "COMPARTMENT", the targets contain the list of compartment OCIDs. If the targetType is "TAG", the targets contain the list of cost tracking tag identifiers in the form of "{tagNamespace}.{tagKey}.{tagValue}".
- timeCreated string
- The time that the budget was created.
- timeSpend stringComputed 
- The time that the budget spend was last computed.
- timeUpdated string
- The time that the budget was updated.
- version number
- The version of the budget. Starts from 1 and increments by 1.
- actual_spend float
- The actual spend in currency for the current budget cycle.
- alert_rule_ intcount 
- The total number of alert rules in the budget.
- amount int
- The amount of the budget, expressed in the currency of the customer's rate card.
- budget_processing_ intperiod_ start_ offset 
- The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
- compartment_id str
- The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description str
- The description of the budget.
- display_name str
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- end_date str
- The time when the one-time budget concludes. For example, - 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- forecasted_spend float
- The forecasted spend in currency by the end of the current budget cycle.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The OCID of the budget.
- processing_period_ strtype 
- The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
- reset_period str
- The reset period for the budget.
- start_date str
- The date when the one-time budget begins. For example, 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- state str
- The current state of the resource to filter by.
- target_compartment_ strid 
- This is DEPRECATED. For backwards compatability, the property is populated when the targetType is "COMPARTMENT", and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
- target_type str
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- targets Sequence[str]
- The list of targets on which the budget is applied. If the targetType is "COMPARTMENT", the targets contain the list of compartment OCIDs. If the targetType is "TAG", the targets contain the list of cost tracking tag identifiers in the form of "{tagNamespace}.{tagKey}.{tagValue}".
- time_created str
- The time that the budget was created.
- time_spend_ strcomputed 
- The time that the budget spend was last computed.
- time_updated str
- The time that the budget was updated.
- version int
- The version of the budget. Starts from 1 and increments by 1.
- actualSpend Number
- The actual spend in currency for the current budget cycle.
- alertRule NumberCount 
- The total number of alert rules in the budget.
- amount Number
- The amount of the budget, expressed in the currency of the customer's rate card.
- budgetProcessing NumberPeriod Start Offset 
- The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
- compartmentId String
- The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- The description of the budget.
- displayName String
- A user-friendly name. This does not have to be unique, and it's changeable. Example: My new resource
- endDate String
- The time when the one-time budget concludes. For example, - 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- forecastedSpend Number
- The forecasted spend in currency by the end of the current budget cycle.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the budget.
- processingPeriod StringType 
- The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
- resetPeriod String
- The reset period for the budget.
- startDate String
- The date when the one-time budget begins. For example, 2023-03-23. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
- state String
- The current state of the resource to filter by.
- targetCompartment StringId 
- This is DEPRECATED. For backwards compatability, the property is populated when the targetType is "COMPARTMENT", and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
- targetType String
- The type of target to filter by:- ALL - List all budgets
- COMPARTMENT - List all budgets with targetType == "COMPARTMENT"
- TAG - List all budgets with targetType == "TAG"
 
- targets List<String>
- The list of targets on which the budget is applied. If the targetType is "COMPARTMENT", the targets contain the list of compartment OCIDs. If the targetType is "TAG", the targets contain the list of cost tracking tag identifiers in the form of "{tagNamespace}.{tagKey}.{tagValue}".
- timeCreated String
- The time that the budget was created.
- timeSpend StringComputed 
- The time that the budget spend was last computed.
- timeUpdated String
- The time that the budget was updated.
- version Number
- The version of the budget. Starts from 1 and increments by 1.
GetBudgetsFilter  
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.