AccessBudgetDetails
The detailed information for a specific budget period, including time boundaries and budget amounts.
Contents
- budget
-
The total budget amount allocated for this period.
Type: Integer
Valid Range: Minimum value of 0.
Required: Yes
- budgetType
-
The type of budget period. Calendar-based types reset automatically at regular intervals, while LIFETIME budgets never reset.
Type: String
Valid Values:
CALENDAR_DAY | CALENDAR_MONTH | CALENDAR_WEEK | LIFETIME
Required: Yes
- remainingBudget
-
The amount of budget remaining in this period.
Type: Integer
Valid Range: Minimum value of 0.
Required: Yes
- startTime
-
The start time of this budget period.
Type: Timestamp
Required: Yes
- autoRefresh
-
Specifies whether this budget automatically refreshes when the current period ends.
Type: String
Valid Values:
ENABLED | DISABLED
Required: No
- endTime
-
The end time of this budget period. If not specified, the budget period continues indefinitely.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: