Class BudgetPlannedLimitArgs


  • public final class BudgetPlannedLimitArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • amount

        public com.pulumi.core.Output<java.lang.String> amount()
        Returns:
        (Required) The amount of cost or usage being measured for a budget.
      • startTime

        public com.pulumi.core.Output<java.lang.String> startTime()
        Returns:
        (Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.
      • unit

        public com.pulumi.core.Output<java.lang.String> unit()
        Returns:
        (Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.