Interface ICfnPrivacyBudgetTemplateProps
Properties for defining a CfnPrivacyBudgetTemplate
.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPrivacyBudgetTemplateProps
Syntax (vb)
Public Interface ICfnPrivacyBudgetTemplateProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var cfnPrivacyBudgetTemplateProps = new CfnPrivacyBudgetTemplateProps {
AutoRefresh = "autoRefresh",
MembershipIdentifier = "membershipIdentifier",
Parameters = new ParametersProperty {
Epsilon = 123,
UsersNoisePerQuery = 123
},
PrivacyBudgetType = "privacyBudgetType",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
AutoRefresh | How often the privacy budget refreshes. |
MembershipIdentifier | The identifier for a membership resource. |
Parameters | Specifies the epsilon and noise parameters for the privacy budget template. |
PrivacyBudgetType | Specifies the type of the privacy budget template. |
Tags | An optional label that you can assign to a resource when you create it. |
Properties
AutoRefresh
How often the privacy budget refreshes.
string AutoRefresh { get; }
Property Value
Remarks
If you plan to regularly bring new data into the collaboration, use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
MembershipIdentifier
The identifier for a membership resource.
string MembershipIdentifier { get; }
Property Value
Remarks
Parameters
Specifies the epsilon and noise parameters for the privacy budget template.
object Parameters { get; }
Property Value
Remarks
PrivacyBudgetType
Specifies the type of the privacy budget template.
string PrivacyBudgetType { get; }
Property Value
Remarks
Tags
An optional label that you can assign to a resource when you create it.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.