AWS::CleanRooms::PrivacyBudgetTemplate Parameters - AWS CloudFormation

This is the new AWS 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 AWS 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