Values.AccessBudgetsPrivacyTemplateParametersInputSourceInput parameters for privacy budget templates that support access budgets functionality, enabling enhanced budget management capabilities.
type nonrec t = {budgetParameters : BudgetParameters.t;An array of budget parameters that define the access budget configuration for the privacy template.
*)resourceArn : BudgetedResourceArn.t;The Amazon Resource Name (ARN) of the resource associated with this privacy budget template.
*)}val make :
budgetParameters:BudgetParameters.t ->
resourceArn:BudgetedResourceArn.t ->
unit ->
tval 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 ]