Class CfnPrivacyBudgetTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnPrivacyBudgetTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivacyBudgetTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivacyBudgetTemplateProps
@Stability(Stable)
@Internal
public static final class CfnPrivacyBudgetTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivacyBudgetTemplateProps
An implementation for
CfnPrivacyBudgetTemplateProps-
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.services.cleanrooms.CfnPrivacyBudgetTemplateProps
CfnPrivacyBudgetTemplateProps.Builder, CfnPrivacyBudgetTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivacyBudgetTemplateProps.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 theCfnPrivacyBudgetTemplateProps.Builder.
-
-
Method Details
-
getAutoRefresh
Description copied from interface:CfnPrivacyBudgetTemplatePropsHow 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 interfaceCfnPrivacyBudgetTemplateProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnPrivacyBudgetTemplatePropsThe identifier for a membership resource.- Specified by:
getMembershipIdentifierin interfaceCfnPrivacyBudgetTemplateProps- See Also:
-
getParameters
Description copied from interface:CfnPrivacyBudgetTemplatePropsSpecifies the epsilon and noise parameters for the privacy budget template.Returns union: either
IResolvableorCfnPrivacyBudgetTemplate.ParametersProperty- Specified by:
getParametersin interfaceCfnPrivacyBudgetTemplateProps- See Also:
-
getPrivacyBudgetType
Description copied from interface:CfnPrivacyBudgetTemplatePropsSpecifies the type of the privacy budget template.- Specified by:
getPrivacyBudgetTypein interfaceCfnPrivacyBudgetTemplateProps- See Also:
-
getTags
Description copied from interface:CfnPrivacyBudgetTemplatePropsAn 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 interfaceCfnPrivacyBudgetTemplateProps- 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()
-