Interface CfnPrivacyBudgetTemplate.ParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPrivacyBudgetTemplate.ParametersProperty.Jsii$Proxy
Enclosing class:
CfnPrivacyBudgetTemplate

@Stability(Stable) public static interface CfnPrivacyBudgetTemplate.ParametersProperty extends software.amazon.jsii.JsiiSerializable
Specifies the epislon 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 software.amazon.awscdk.services.cleanrooms.*;
 ParametersProperty parametersProperty = ParametersProperty.builder()
         .epsilon(123)
         .usersNoisePerQuery(123)
         .build();
 

See Also: