Class CfnConfiguredTable.SnowflakeTableSchemaV1Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.SnowflakeTableSchemaV1Property.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTable.SnowflakeTableSchemaV1Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTable.SnowflakeTableSchemaV1Property
@Stability(Stable)
@Internal
public static final class CfnConfiguredTable.SnowflakeTableSchemaV1Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTable.SnowflakeTableSchemaV1Property
An implementation for
CfnConfiguredTable.SnowflakeTableSchemaV1Property
-
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.SnowflakeTableSchemaV1Property
CfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder, CfnConfiguredTable.SnowflakeTableSchemaV1Property.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.SnowflakeTableSchemaV1Property.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.SnowflakeTableSchemaV1Property.Builder
.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnConfiguredTable.SnowflakeTableSchemaV1Property
The column name.- Specified by:
getColumnName
in interfaceCfnConfiguredTable.SnowflakeTableSchemaV1Property
- See Also:
-
getColumnType
Description copied from interface:CfnConfiguredTable.SnowflakeTableSchemaV1Property
The column's data type.Supported data types:
ARRAY
,BIGINT
,BOOLEAN
,CHAR
,DATE
,DECIMAL
,DOUBLE
,DOUBLE PRECISION
,FLOAT
,FLOAT4
,INT
,INTEGER
,MAP
,NUMERIC
,NUMBER
,REAL
,SMALLINT
,STRING
,TIMESTAMP
,TIMESTAMP_LTZ
,TIMESTAMP_NTZ
,DATETIME
,TINYINT
,VARCHAR
,TEXT
,CHARACTER
.- Specified by:
getColumnType
in interfaceCfnConfiguredTable.SnowflakeTableSchemaV1Property
- 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()
-