Class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property
The Snowflake table schema.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property : CfnConfiguredTablePropsMixin.ISnowflakeTableSchemaV1Property
Syntax (vb)
Public Class CfnConfiguredTablePropsMixin.SnowflakeTableSchemaV1Property Implements CfnConfiguredTablePropsMixin.ISnowflakeTableSchemaV1Property
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms;
var snowflakeTableSchemaV1Property = new SnowflakeTableSchemaV1Property {
ColumnName = "columnName",
ColumnType = "columnType"
};
Synopsis
Constructors
| SnowflakeTableSchemaV1Property() | The Snowflake table schema. |
Properties
| ColumnName | The column name. |
| ColumnType | The column's data type. |
Constructors
SnowflakeTableSchemaV1Property()
The Snowflake table schema.
public SnowflakeTableSchemaV1Property()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms;
var snowflakeTableSchemaV1Property = new SnowflakeTableSchemaV1Property {
ColumnName = "columnName",
ColumnType = "columnType"
};
Properties
ColumnName
The column name.
public string? ColumnName { get; set; }
Property Value
Remarks
ColumnType
The column's data type.
public string? ColumnType { get; set; }
Property Value
Remarks
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 .