Values.AccessBudgetsPrivacyTemplateParametersOutputSourceOutput parameters for privacy budget templates with access budgets support, containing the configured budget information.
type nonrec t = {budgetParameters : BudgetParameters.t option;An array of budget parameters returned from the access budget configuration.
*)resourceArn : BudgetedResourceArn.t option;The Amazon Resource Name (ARN) of the resource associated with this privacy budget template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `Integer of Budget.t ]) list ]
list
| `String of BudgetedResourceArn.t ])
list ]