Class CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty
An implementation for
CfnConfiguredTablePropsMixin.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.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty
CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder, CfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTablePropsMixin.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 theCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty.Builder.
-
-
Method Details
-
getAccountIdentifier
Description copied from interface:CfnConfiguredTablePropsMixin.SnowflakeTableReferencePropertyThe account identifier for the Snowflake table reference.- Specified by:
getAccountIdentifierin interfaceCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnConfiguredTablePropsMixin.SnowflakeTableReferencePropertyThe name of the database the Snowflake table belongs to.- Specified by:
getDatabaseNamein interfaceCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty- See Also:
-
getSchemaName
Description copied from interface:CfnConfiguredTablePropsMixin.SnowflakeTableReferencePropertyThe schema name of the Snowflake table reference.- Specified by:
getSchemaNamein interfaceCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty- See Also:
-
getSecretArn
Description copied from interface:CfnConfiguredTablePropsMixin.SnowflakeTableReferencePropertyThe secret ARN of the Snowflake table reference.- Specified by:
getSecretArnin interfaceCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty- See Also:
-
getTableName
Description copied from interface:CfnConfiguredTablePropsMixin.SnowflakeTableReferencePropertyThe name of the Snowflake table.- Specified by:
getTableNamein interfaceCfnConfiguredTablePropsMixin.SnowflakeTableReferenceProperty- See Also:
-
getTableSchema
Description copied from interface:CfnConfiguredTablePropsMixin.SnowflakeTableReferencePropertyThe schema of the Snowflake table.Returns union: either
IResolvableorCfnConfiguredTablePropsMixin.SnowflakeTableSchemaProperty- Specified by:
getTableSchemain interfaceCfnConfiguredTablePropsMixin.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()
-