Values.AccessBudgetSourceAn access budget that defines consumption limits for a specific resource within defined time periods.
type nonrec t = {resourceArn : BudgetedResourceArn.t option;The Amazon Resource Name (ARN) of the resource that this access budget applies to.
*)details : AccessBudgetDetailsList.t option;A list of budget details for this resource. Contains active budget periods that apply to the resource.
*)aggregateRemainingBudget : Budget.t option;The total remaining budget across all active budget periods for this resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Budget.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Budget.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `String of BudgetedResourceArn.t ])
list ]