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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.SnowflakeTableReferenceProperty
CfnConfiguredTable.SnowflakeTableReferenceProperty.Builder, CfnConfiguredTable.SnowflakeTableReferenceProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.SnowflakeTableReferenceProperty.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 String
The account identifier for the Snowflake table reference.final String
The name of the database the Snowflake table belongs to.final String
The schema name of the Snowflake table reference.final String
The secret ARN of the Snowflake table reference.final String
The name of the Snowflake table.final Object
The schema of the Snowflake 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
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.SnowflakeTableReferenceProperty.Builder
.
-
-
Method Details
-
getAccountIdentifier
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferenceProperty
The account identifier for the Snowflake table reference.- Specified by:
getAccountIdentifier
in interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
-
getDatabaseName
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferenceProperty
The name of the database the Snowflake table belongs to.- Specified by:
getDatabaseName
in interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
-
getSchemaName
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferenceProperty
The schema name of the Snowflake table reference.- Specified by:
getSchemaName
in interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
-
getSecretArn
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferenceProperty
The secret ARN of the Snowflake table reference.- Specified by:
getSecretArn
in interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
-
getTableName
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferenceProperty
The name of the Snowflake table.- Specified by:
getTableName
in interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty
- See Also:
-
getTableSchema
Description copied from interface:CfnConfiguredTable.SnowflakeTableReferenceProperty
The schema of the Snowflake table.- Specified by:
getTableSchema
in interfaceCfnConfiguredTable.SnowflakeTableReferenceProperty
- 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()
-