AWS::CleanRooms::PrivacyBudgetTemplate Parameters - AWS CloudFormation

AWS::CleanRooms::PrivacyBudgetTemplate Parameters

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

Syntax

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

JSON

{ "Epsilon" : Integer, "UsersNoisePerQuery" : Integer }

YAML

Epsilon: Integer UsersNoisePerQuery: Integer

Properties

Epsilon

The epsilon value that you want to use.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 20

Update requires: No interruption

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: Yes

Type: Integer

Minimum: 10

Maximum: 100

Update requires: No interruption