Module Values.AccessBudgetsPrivacyTemplateParametersInputSource

Input parameters for privacy budget templates that support access budgets functionality, enabling enhanced budget management capabilities.

Sourcetype nonrec t = {
  1. budgetParameters : BudgetParameters.t;
    (*

    An array of budget parameters that define the access budget configuration for the privacy template.

    *)
  2. resourceArn : BudgetedResourceArn.t;
    (*

    The Amazon Resource Name (ARN) of the resource associated with this privacy budget template.

    *)
}
Sourceval context_ : string
Sourceval make : budgetParameters:BudgetParameters.t -> resourceArn:BudgetedResourceArn.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t