Class CfnConfiguredTableAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTableAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTableAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTableAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnConfiguredTableAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTableAssociationMixinProps
An implementation for
CfnConfiguredTableAssociationMixinProps-
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.CfnConfiguredTableAssociationMixinProps
CfnConfiguredTableAssociationMixinProps.Builder, CfnConfiguredTableAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTableAssociationMixinProps.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 ObjectAn analysis rule for a configured table association.final StringA unique identifier for the configured table to be associated to.final StringA description of the configured table association.final StringThe unique ID for the membership this configured table association belongs to.final StringgetName()The name of the configured table association, in lowercase.final StringThe service will assume this role to access catalog metadata and query the table.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 theCfnConfiguredTableAssociationMixinProps.Builder.
-
-
Method Details
-
getConfiguredTableAssociationAnalysisRules
Description copied from interface:CfnConfiguredTableAssociationMixinPropsAn analysis rule for a configured table association.This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the
ConfiguredTableAssociationAnalysisRuleis referred to as the collaboration analysis rule .Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTableAssociationPropsMixin.ConfiguredTableAssociationAnalysisRuleProperty>- Specified by:
getConfiguredTableAssociationAnalysisRulesin interfaceCfnConfiguredTableAssociationMixinProps- See Also:
-
getConfiguredTableIdentifier
Description copied from interface:CfnConfiguredTableAssociationMixinPropsA unique identifier for the configured table to be associated to.Currently accepts a configured table ID.
- Specified by:
getConfiguredTableIdentifierin interfaceCfnConfiguredTableAssociationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnConfiguredTableAssociationMixinPropsA description of the configured table association.- Specified by:
getDescriptionin interfaceCfnConfiguredTableAssociationMixinProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnConfiguredTableAssociationMixinPropsThe unique ID for the membership this configured table association belongs to.- Specified by:
getMembershipIdentifierin interfaceCfnConfiguredTableAssociationMixinProps- See Also:
-
getName
Description copied from interface:CfnConfiguredTableAssociationMixinPropsThe name of the configured table association, in lowercase.The table is identified by this name when running protected queries against the underlying data.
- Specified by:
getNamein interfaceCfnConfiguredTableAssociationMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnConfiguredTableAssociationMixinPropsThe service will assume this role to access catalog metadata and query the table.- Specified by:
getRoleArnin interfaceCfnConfiguredTableAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnConfiguredTableAssociationMixinPropsAn 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 interfaceCfnConfiguredTableAssociationMixinProps- 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()
-