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 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.CfnConfiguredTable.SnowflakeTableReferenceProperty
CfnConfiguredTable.SnowflakeTableReferenceProperty.Builder, CfnConfiguredTable.SnowflakeTableReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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 theCfnConfiguredTable.SnowflakeTableReferenceProperty.Builder.
-
-
Method Details
-
getAccountIdentifier
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe account identifier for the Snowflake table reference.- Specified by:
getAccountIdentifierin interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe name of the database the Snowflake table belongs to.- Specified by:
getDatabaseNamein interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty- See Also:
-
getSchemaName
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe schema name of the Snowflake table reference.- Specified by:
getSchemaNamein interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty- See Also:
-
getSecretArn
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe secret ARN of the Snowflake table reference.- Specified by:
getSecretArnin interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty- See Also:
-
getTableName
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe name of the Snowflake table.- Specified by:
getTableNamein interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty- See Also:
-
getTableSchema
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferencePropertyThe schema of the Snowflake table.Returns union: either
IResolvableorCfnConfiguredTable.SnowflakeTableSchemaProperty- Specified by:
getTableSchemain interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty- 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()
-