Module Values.CreatePrivacyBudgetTemplateInputSource

Creates 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
  3. privacyBudgetType : PrivacyBudgetType.t;
    (*

    Specifies the type of the privacy budget template.

    *)
  4. parameters : PrivacyBudgetTemplateParametersInput.t;
    (*

    Specifies your parameters for the privacy budget template.

    *)
  5. tags : TagMap.t option;
    (*

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?autoRefresh:??? -> ?tags:??? -> membershipIdentifier:MembershipIdentifier.t -> privacyBudgetType:PrivacyBudgetType.t -> parameters:PrivacyBudgetTemplateParametersInput.t -> unit -> t
Sourceval 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 ]
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