Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
An implementation for
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
-
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.ConfiguredTableAssociationAnalysisRuleListProperty
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Builder, CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.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
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.The list of collaboration members who are allowed to receive results of queries run with this 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.ConfiguredTableAssociationAnalysisRuleListProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty.Builder
.
-
-
Method Details
-
getAllowedAdditionalAnalyses
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.- Specified by:
getAllowedAdditionalAnalyses
in interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
- See Also:
-
getAllowedResultReceivers
Description copied from interface:CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
The list of collaboration members who are allowed to receive results of queries run with this configured table.- Specified by:
getAllowedResultReceivers
in interfaceCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty
- 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()
-