1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. deadline
  6. getBudget

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Creates a budget to set spending thresholds for your rendering activity.

    Using getBudget

    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 getBudget(args: GetBudgetArgs, opts?: InvokeOptions): Promise<GetBudgetResult>
    function getBudgetOutput(args: GetBudgetOutputArgs, opts?: InvokeOutputOptions): Output<GetBudgetResult>
    def get_budget(arn: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetBudgetResult
    def get_budget_output(arn: pulumi.Input[Optional[str]] = None,
                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetBudgetResult]
    func LookupBudget(ctx *Context, args *LookupBudgetArgs, opts ...InvokeOption) (*LookupBudgetResult, error)
    func LookupBudgetOutput(ctx *Context, args *LookupBudgetOutputArgs, opts ...InvokeOption) LookupBudgetResultOutput

    > Note: This function is named LookupBudget in the Go SDK.

    public static class GetBudget 
    {
        public static Task<GetBudgetResult> InvokeAsync(GetBudgetArgs args, InvokeOptions? opts = null)
        public static Output<GetBudgetResult> Invoke(GetBudgetInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetBudgetResult> Invoke(GetBudgetInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetBudgetResult> getBudget(GetBudgetArgs args, InvokeOptions options)
    public static Output<GetBudgetResult> getBudget(GetBudgetArgs args, InvokeOptions options)
    public static Output<GetBudgetResult> getBudget(GetBudgetArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:deadline:getBudget
      arguments:
        # arguments dictionary
    data "aws-native_deadline_get_budget" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The ARN of the budget.
    Arn string
    The ARN of the budget.
    arn string
    The ARN of the budget.
    arn String
    The ARN of the budget.
    arn string
    The ARN of the budget.
    arn str
    The ARN of the budget.
    arn String
    The ARN of the budget.

    getBudget Result

    The following output properties are available:

    Actions List<Pulumi.AwsNative.Deadline.Outputs.BudgetActionToAdd>
    The budget actions to specify what happens when the budget runs out.
    ApproximateDollarLimit double
    The dollar limit based on consumed usage.
    Arn string
    The ARN of the budget.
    BudgetId string
    The budget ID.
    Description string
    The description of the budget.
    DisplayName string
    The display name of the budget.
    Schedule Pulumi.AwsNative.Deadline.Outputs.BudgetSchedule
    Status Pulumi.AwsNative.Deadline.BudgetStatus
    The status of the budget.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Actions []BudgetActionToAdd
    The budget actions to specify what happens when the budget runs out.
    ApproximateDollarLimit float64
    The dollar limit based on consumed usage.
    Arn string
    The ARN of the budget.
    BudgetId string
    The budget ID.
    Description string
    The description of the budget.
    DisplayName string
    The display name of the budget.
    Schedule BudgetSchedule
    Status BudgetStatus
    The status of the budget.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    actions list(object)
    The budget actions to specify what happens when the budget runs out.
    approximate_dollar_limit number
    The dollar limit based on consumed usage.
    arn string
    The ARN of the budget.
    budget_id string
    The budget ID.
    description string
    The description of the budget.
    display_name string
    The display name of the budget.
    schedule object
    status "ACTIVE" | "INACTIVE"
    The status of the budget.
    tags list(object)
    An array of key-value pairs to apply to this resource.
    actions List<BudgetActionToAdd>
    The budget actions to specify what happens when the budget runs out.
    approximateDollarLimit Double
    The dollar limit based on consumed usage.
    arn String
    The ARN of the budget.
    budgetId String
    The budget ID.
    description String
    The description of the budget.
    displayName String
    The display name of the budget.
    schedule BudgetSchedule
    status BudgetStatus
    The status of the budget.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    actions BudgetActionToAdd[]
    The budget actions to specify what happens when the budget runs out.
    approximateDollarLimit number
    The dollar limit based on consumed usage.
    arn string
    The ARN of the budget.
    budgetId string
    The budget ID.
    description string
    The description of the budget.
    displayName string
    The display name of the budget.
    schedule BudgetSchedule
    status BudgetStatus
    The status of the budget.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    actions Sequence[BudgetActionToAdd]
    The budget actions to specify what happens when the budget runs out.
    approximate_dollar_limit float
    The dollar limit based on consumed usage.
    arn str
    The ARN of the budget.
    budget_id str
    The budget ID.
    description str
    The description of the budget.
    display_name str
    The display name of the budget.
    schedule BudgetSchedule
    status BudgetStatus
    The status of the budget.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    actions List<Property Map>
    The budget actions to specify what happens when the budget runs out.
    approximateDollarLimit Number
    The dollar limit based on consumed usage.
    arn String
    The ARN of the budget.
    budgetId String
    The budget ID.
    description String
    The description of the budget.
    displayName String
    The display name of the budget.
    schedule Property Map
    status "ACTIVE" | "INACTIVE"
    The status of the budget.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    BudgetActionToAdd

    ThresholdPercentage double
    The percentage threshold for the budget action.
    Type Pulumi.AwsNative.Deadline.BudgetActionToAddType
    The type of budget action.
    Description string
    A description for the budget action.
    ThresholdPercentage float64
    The percentage threshold for the budget action.
    Type BudgetActionToAddType
    The type of budget action.
    Description string
    A description for the budget action.
    threshold_percentage number
    The percentage threshold for the budget action.
    type "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"
    The type of budget action.
    description string
    A description for the budget action.
    thresholdPercentage Double
    The percentage threshold for the budget action.
    type BudgetActionToAddType
    The type of budget action.
    description String
    A description for the budget action.
    thresholdPercentage number
    The percentage threshold for the budget action.
    type BudgetActionToAddType
    The type of budget action.
    description string
    A description for the budget action.
    threshold_percentage float
    The percentage threshold for the budget action.
    type BudgetActionToAddType
    The type of budget action.
    description str
    A description for the budget action.
    thresholdPercentage Number
    The percentage threshold for the budget action.
    type "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"
    The type of budget action.
    description String
    A description for the budget action.

    BudgetActionToAddType

    BudgetFixedBudgetSchedule

    EndTime string
    When the budget ends.
    StartTime string
    When the budget starts.
    EndTime string
    When the budget ends.
    StartTime string
    When the budget starts.
    end_time string
    When the budget ends.
    start_time string
    When the budget starts.
    endTime String
    When the budget ends.
    startTime String
    When the budget starts.
    endTime string
    When the budget ends.
    startTime string
    When the budget starts.
    end_time str
    When the budget ends.
    start_time str
    When the budget starts.
    endTime String
    When the budget ends.
    startTime String
    When the budget starts.

    BudgetSchedule

    BudgetStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial