We recommend new projects start with resources from the AWS provider.
aws-native.cleanrooms.PrivacyBudgetTemplate
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Represents a privacy budget within a collaboration
Create PrivacyBudgetTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivacyBudgetTemplate(name: string, args: PrivacyBudgetTemplateArgs, opts?: CustomResourceOptions);@overload
def PrivacyBudgetTemplate(resource_name: str,
                          args: PrivacyBudgetTemplateArgs,
                          opts: Optional[ResourceOptions] = None)
@overload
def PrivacyBudgetTemplate(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          auto_refresh: Optional[PrivacyBudgetTemplateAutoRefresh] = None,
                          membership_identifier: Optional[str] = None,
                          parameters: Optional[ParametersPropertiesArgs] = None,
                          privacy_budget_type: Optional[PrivacyBudgetTemplatePrivacyBudgetType] = None,
                          tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewPrivacyBudgetTemplate(ctx *Context, name string, args PrivacyBudgetTemplateArgs, opts ...ResourceOption) (*PrivacyBudgetTemplate, error)public PrivacyBudgetTemplate(string name, PrivacyBudgetTemplateArgs args, CustomResourceOptions? opts = null)
public PrivacyBudgetTemplate(String name, PrivacyBudgetTemplateArgs args)
public PrivacyBudgetTemplate(String name, PrivacyBudgetTemplateArgs args, CustomResourceOptions options)
type: aws-native:cleanrooms:PrivacyBudgetTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PrivacyBudgetTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PrivacyBudgetTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PrivacyBudgetTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PrivacyBudgetTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PrivacyBudgetTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
PrivacyBudgetTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PrivacyBudgetTemplate resource accepts the following input properties:
- AutoRefresh Pulumi.Aws Native. Clean Rooms. Privacy Budget Template Auto Refresh 
- How often the privacy budget refreshes. - If you plan to regularly bring new data into the collaboration, use - CALENDAR_MONTHto 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.
- MembershipIdentifier string
- The identifier for a membership resource.
- Parameters
Pulumi.Aws Native. Clean Rooms. Inputs. Parameters Properties 
- Specifies the epsilon and noise parameters for the privacy budget template.
- PrivacyBudget Pulumi.Type Aws Native. Clean Rooms. Privacy Budget Template Privacy Budget Type 
- Specifies the type of the privacy budget template.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
- AutoRefresh PrivacyBudget Template Auto Refresh 
- How often the privacy budget refreshes. - If you plan to regularly bring new data into the collaboration, use - CALENDAR_MONTHto 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.
- MembershipIdentifier string
- The identifier for a membership resource.
- Parameters
ParametersProperties Args 
- Specifies the epsilon and noise parameters for the privacy budget template.
- PrivacyBudget PrivacyType Budget Template Privacy Budget Type 
- Specifies the type of the privacy budget template.
- 
TagArgs 
- An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
- autoRefresh PrivacyBudget Template Auto Refresh 
- How often the privacy budget refreshes. - If you plan to regularly bring new data into the collaboration, use - CALENDAR_MONTHto 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.
- membershipIdentifier String
- The identifier for a membership resource.
- parameters
ParametersProperties 
- Specifies the epsilon and noise parameters for the privacy budget template.
- privacyBudget PrivacyType Budget Template Privacy Budget Type 
- Specifies the type of the privacy budget template.
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
- autoRefresh PrivacyBudget Template Auto Refresh 
- How often the privacy budget refreshes. - If you plan to regularly bring new data into the collaboration, use - CALENDAR_MONTHto 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.
- membershipIdentifier string
- The identifier for a membership resource.
- parameters
ParametersProperties 
- Specifies the epsilon and noise parameters for the privacy budget template.
- privacyBudget PrivacyType Budget Template Privacy Budget Type 
- Specifies the type of the privacy budget template.
- Tag[]
- An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
- auto_refresh PrivacyBudget Template Auto Refresh 
- How often the privacy budget refreshes. - If you plan to regularly bring new data into the collaboration, use - CALENDAR_MONTHto 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.
- membership_identifier str
- The identifier for a membership resource.
- parameters
ParametersProperties Args 
- Specifies the epsilon and noise parameters for the privacy budget template.
- privacy_budget_ Privacytype Budget Template Privacy Budget Type 
- Specifies the type of the privacy budget template.
- 
Sequence[TagArgs] 
- An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
- autoRefresh "CALENDAR_MONTH" | "NONE"
- How often the privacy budget refreshes. - If you plan to regularly bring new data into the collaboration, use - CALENDAR_MONTHto 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.
- membershipIdentifier String
- The identifier for a membership resource.
- parameters Property Map
- Specifies the epsilon and noise parameters for the privacy budget template.
- privacyBudget "DIFFERENTIAL_PRIVACY"Type 
- Specifies the type of the privacy budget template.
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivacyBudgetTemplate resource produces the following output properties:
- Arn string
- The ARN of the privacy budget template.
- CollaborationArn string
- The ARN of the collaboration that contains this privacy budget template.
- CollaborationIdentifier string
- The unique ID of the collaboration that contains this privacy budget template.
- Id string
- The provider-assigned unique ID for this managed resource.
- MembershipArn string
- The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- PrivacyBudget stringTemplate Identifier 
- 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.
- Arn string
- The ARN of the privacy budget template.
- CollaborationArn string
- The ARN of the collaboration that contains this privacy budget template.
- CollaborationIdentifier string
- The unique ID of the collaboration that contains this privacy budget template.
- Id string
- The provider-assigned unique ID for this managed resource.
- MembershipArn string
- The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- PrivacyBudget stringTemplate Identifier 
- 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.
- arn String
- The ARN of the privacy budget template.
- collaborationArn String
- The ARN of the collaboration that contains this privacy budget template.
- collaborationIdentifier String
- The unique ID of the collaboration that contains this privacy budget template.
- id String
- The provider-assigned unique ID for this managed resource.
- membershipArn String
- The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- privacyBudget StringTemplate Identifier 
- 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.
- arn string
- The ARN of the privacy budget template.
- collaborationArn string
- The ARN of the collaboration that contains this privacy budget template.
- collaborationIdentifier string
- The unique ID of the collaboration that contains this privacy budget template.
- id string
- The provider-assigned unique ID for this managed resource.
- membershipArn string
- The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- privacyBudget stringTemplate Identifier 
- 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.
- arn str
- The ARN of the privacy budget template.
- collaboration_arn str
- The ARN of the collaboration that contains this privacy budget template.
- collaboration_identifier str
- The unique ID of the collaboration that contains this privacy budget template.
- id str
- The provider-assigned unique ID for this managed resource.
- membership_arn str
- The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- privacy_budget_ strtemplate_ identifier 
- 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.
- arn String
- The ARN of the privacy budget template.
- collaborationArn String
- The ARN of the collaboration that contains this privacy budget template.
- collaborationIdentifier String
- The unique ID of the collaboration that contains this privacy budget template.
- id String
- The provider-assigned unique ID for this managed resource.
- membershipArn String
- The Amazon Resource Name (ARN) of the member who created the privacy budget template.
- privacyBudget StringTemplate Identifier 
- 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.
Supporting Types
ParametersProperties, ParametersPropertiesArgs    
- Epsilon int
- The epsilon value that you want to use.
- UsersNoise intPer Query 
- Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
- Epsilon int
- The epsilon value that you want to use.
- UsersNoise intPer Query 
- Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
- epsilon Integer
- The epsilon value that you want to use.
- usersNoise IntegerPer Query 
- Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
- epsilon number
- The epsilon value that you want to use.
- usersNoise numberPer Query 
- Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
- epsilon int
- The epsilon value that you want to use.
- users_noise_ intper_ query 
- Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
- epsilon Number
- The epsilon value that you want to use.
- usersNoise NumberPer Query 
- Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateAutoRefreshArgs          
- CalendarMonth 
- CALENDAR_MONTH
- None
- NONE
- PrivacyBudget Template Auto Refresh Calendar Month 
- CALENDAR_MONTH
- PrivacyBudget Template Auto Refresh None 
- NONE
- CalendarMonth 
- CALENDAR_MONTH
- None
- NONE
- CalendarMonth 
- CALENDAR_MONTH
- None
- NONE
- CALENDAR_MONTH
- CALENDAR_MONTH
- NONE
- NONE
- "CALENDAR_MONTH"
- CALENDAR_MONTH
- "NONE"
- NONE
PrivacyBudgetTemplatePrivacyBudgetType, PrivacyBudgetTemplatePrivacyBudgetTypeArgs            
- DifferentialPrivacy 
- DIFFERENTIAL_PRIVACY
- PrivacyBudget Template Privacy Budget Type Differential Privacy 
- DIFFERENTIAL_PRIVACY
- DifferentialPrivacy 
- DIFFERENTIAL_PRIVACY
- DifferentialPrivacy 
- DIFFERENTIAL_PRIVACY
- DIFFERENTIAL_PRIVACY
- DIFFERENTIAL_PRIVACY
- "DIFFERENTIAL_PRIVACY"
- DIFFERENTIAL_PRIVACY
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.