Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
@Stability(Stable)
@Internal
public static final class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
An implementation for
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property-
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.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder, CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.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 ObjectAnalysis rule type that enables only aggregation queries on a configured table.final ObjectAnalysis rule type that enables the table owner to approve custom SQL queries on their configured tables.final ObjectgetList()Analysis rule type that enables only list queries on a configured table.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
protected Jsii$Proxy(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder.
-
-
Method Details
-
getAggregation
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1PropertyAnalysis rule type that enables only aggregation queries on a configured table.Returns union: either
IResolvableorCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty- Specified by:
getAggregationin interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property- See Also:
-
getCustom
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1PropertyAnalysis rule type that enables the table owner to approve custom SQL queries on their configured tables.It supports differential privacy.
Returns union: either
IResolvableorCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty- Specified by:
getCustomin interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property- See Also:
-
getList
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1PropertyAnalysis rule type that enables only list queries on a configured table.Returns union: either
IResolvableorCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty- Specified by:
getListin interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property- 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()
-