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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder, CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Analysis rule type that enables only aggregation queries on a configured table.final Object
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.final Object
getList()
Analysis rule type that enables only list queries on a configured table.final int
hashCode()
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.ConfiguredTableAssociationAnalysisRulePolicyV1Property
Analysis rule type that enables only aggregation queries on a configured table.- Specified by:
getAggregation
in interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
- See Also:
-
getCustom
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.It supports differential privacy.
- Specified by:
getCustom
in interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
- See Also:
-
getList
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
Analysis rule type that enables only list queries on a configured table.- Specified by:
getList
in interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-