Class CfnPrivacyBudgetTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnPrivacyBudgetTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivacyBudgetTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivacyBudgetTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnPrivacyBudgetTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivacyBudgetTemplateMixinProps
An implementation for
CfnPrivacyBudgetTemplateMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnPrivacyBudgetTemplateMixinProps
CfnPrivacyBudgetTemplateMixinProps.Builder, CfnPrivacyBudgetTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivacyBudgetTemplateMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringHow often the privacy budget refreshes.final StringThe identifier for a membership resource.final ObjectSpecifies the epsilon and noise parameters for the privacy budget template.final StringSpecifies the type of the privacy budget template.getTags()An optional label that you can assign to a resource when you create it.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPrivacyBudgetTemplateMixinProps.Builder.
-
-
Method Details
-
getAutoRefresh
Description copied from interface:CfnPrivacyBudgetTemplateMixinPropsHow often the privacy budget refreshes.If you plan to regularly bring new data into the collaboration, use
CALENDAR_MONTHto 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.- Specified by:
getAutoRefreshin interfaceCfnPrivacyBudgetTemplateMixinProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnPrivacyBudgetTemplateMixinPropsThe identifier for a membership resource.- Specified by:
getMembershipIdentifierin interfaceCfnPrivacyBudgetTemplateMixinProps- See Also:
-
getParameters
Description copied from interface:CfnPrivacyBudgetTemplateMixinPropsSpecifies the epsilon and noise parameters for the privacy budget template.Returns union: either
IResolvableorCfnPrivacyBudgetTemplatePropsMixin.ParametersProperty- Specified by:
getParametersin interfaceCfnPrivacyBudgetTemplateMixinProps- See Also:
-
getPrivacyBudgetType
Description copied from interface:CfnPrivacyBudgetTemplateMixinPropsSpecifies the type of the privacy budget template.- Specified by:
getPrivacyBudgetTypein interfaceCfnPrivacyBudgetTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnPrivacyBudgetTemplateMixinPropsAn optional label that you can assign to a resource when you create it.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.
- Specified by:
getTagsin interfaceCfnPrivacyBudgetTemplateMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-