interface ParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnPrivacyBudgetTemplate_ParametersProperty |
![]() | software.amazon.awscdk.services.cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty |
![]() | aws_cdk.aws_cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty |
![]() | aws-cdk-lib » aws_cleanrooms » CfnPrivacyBudgetTemplate » ParametersProperty |
Specifies the epsilon and noise parameters for the privacy budget template.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const parametersProperty: cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty = {
epsilon: 123,
usersNoisePerQuery: 123,
};
Properties
Name | Type | Description |
---|---|---|
epsilon | number | The epsilon value that you want to use. |
users | number | Noise added per query is measured in terms of the number of users whose contributions you want to obscure. |
epsilon
Type:
number
The epsilon value that you want to use.
usersNoisePerQuery
Type:
number
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.