Class CfnConfiguredTable.SnowflakeTableReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.SnowflakeTableReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnConfiguredTable.SnowflakeTableReferenceProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConfiguredTable.SnowflakeTableReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTable.SnowflakeTableReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTable.SnowflakeTableReferenceProperty
An implementation for 
CfnConfiguredTable.SnowflakeTableReferenceProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.SnowflakeTableReferencePropertyCfnConfiguredTable.SnowflakeTableReferenceProperty.Builder, CfnConfiguredTable.SnowflakeTableReferenceProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTable.SnowflakeTableReferenceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe account identifier for the Snowflake table reference.final StringThe name of the database the Snowflake table belongs to.final StringThe schema name of the Snowflake table reference.final StringThe secret ARN of the Snowflake table reference.final StringThe name of the Snowflake table.final ObjectThe schema of the Snowflake table.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnConfiguredTable.SnowflakeTableReferenceProperty.Builder.
 
- 
- 
Method Details- 
getAccountIdentifierDescription copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe account identifier for the Snowflake table reference.- Specified by:
- getAccountIdentifierin interface- CfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
 
- 
getDatabaseNameDescription copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe name of the database the Snowflake table belongs to.- Specified by:
- getDatabaseNamein interface- CfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
 
- 
getSchemaNameDescription copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe schema name of the Snowflake table reference.- Specified by:
- getSchemaNamein interface- CfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
 
- 
getSecretArnDescription copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe secret ARN of the Snowflake table reference.- Specified by:
- getSecretArnin interface- CfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
 
- 
getTableNameDescription copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe name of the Snowflake table.- Specified by:
- getTableNamein interface- CfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
 
- 
getTableSchemaDescription copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe schema of the Snowflake table.Returns union: either IResolvableorCfnConfiguredTable.SnowflakeTableSchemaProperty- Specified by:
- getTableSchemain interface- CfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-