Values.CollaborationPrivacyBudgetTemplateSourceAn array that specifies the information for a collaboration's privacy budget template.
type nonrec t = {id : PrivacyBudgetTemplateIdentifier.t option;The unique identifier of the collaboration privacy budget template.
*)arn : PrivacyBudgetTemplateArn.t option;The ARN of the collaboration privacy budget template.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that includes this collaboration privacy budget template.
*)collaborationArn : CollaborationArn.t option;The ARN of the collaboration that includes this collaboration privacy budget template.
*)creatorAccountId : AccountId.t option;The unique identifier of the account that created this collaboration privacy budget template.
*)createTime : Timestamp.t option;The time at which the collaboration privacy budget template was created.
*)updateTime : Timestamp.t option;The most recent time at which the collaboration privacy budget template was updated.
*)privacyBudgetType : PrivacyBudgetType.t option;The type of privacy budget template.
*)autoRefresh : PrivacyBudgetTemplateAutoRefresh.t option;How often the privacy budget refreshes. If you plan to regularly bring new data into the collaboration, 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 queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
*)parameters : PrivacyBudgetTemplateParametersOutput.t option;Specifies the epsilon and noise parameters for the privacy budget template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PrivacyBudgetTemplateIdentifier.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
| `Timestamp of Timestamp.t ])
list ]