Values.CreatePrivacyBudgetTemplateInputSourceCreates a privacy budget template for a specified collaboration. Each collaboration can have only one privacy budget template. If you need to change the privacy budget template, use the UpdatePrivacyBudgetTemplate operation.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.
*)autoRefresh : PrivacyBudgetTemplateAutoRefresh.t option;How often the privacy budget refreshes. If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
*)privacyBudgetType : PrivacyBudgetType.t;Specifies the type of the privacy budget template.
*)parameters : PrivacyBudgetTemplateParametersInput.t;Specifies your parameters for the privacy budget template.
*)}val make :
?autoRefresh:??? ->
?tags:??? ->
membershipIdentifier:MembershipIdentifier.t ->
privacyBudgetType:PrivacyBudgetType.t ->
parameters:PrivacyBudgetTemplateParametersInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Epsilon.t
| `List of
[> `Structure of
(string
* [> `Enum of string | `Integer of Budget.t ])
list ]
list
| `String of BudgetedResourceArn.t ])
list ])
list ])
list ]