AWS::CleanRooms::PrivacyBudgetTemplate Parameters - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CleanRooms::PrivacyBudgetTemplate Parameters

Specifies the epsilon and noise parameters for the privacy budget template.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "BudgetParameters" : [ BudgetParameter, ... ], "Epsilon" : Integer, "ResourceArn" : String, "UsersNoisePerQuery" : Integer }

Properties

BudgetParameters

Property description not available.

Required: No

Type: Array of BudgetParameter

Minimum: 1

Maximum: 2

Update requires: No interruption

Epsilon

The epsilon value that you want to use.

Required: No

Type: Integer

Minimum: 1

Maximum: 20

Update requires: No interruption

ResourceArn

Property description not available.

Required: No

Type: String

Maximum: 200

Update requires: Replacement

UsersNoisePerQuery

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.

Required: No

Type: Integer

Minimum: 10

Maximum: 100

Update requires: No interruption