Module Values.AccessBudgetsPrivacyTemplateParametersOutputSource

Output parameters for privacy budget templates with access budgets support, containing the configured budget information.

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

    An array of budget parameters returned from the access budget configuration.

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

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

    *)
}
Sourceval make : ?budgetParameters:??? -> ?resourceArn:??? -> 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