Show / Hide Table of Contents

Interface CfnConfiguredTable.ISnowflakeTableSchemaV1Property

The Snowflake table schema.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredTable.ISnowflakeTableSchemaV1Property
Syntax (vb)
Public Interface CfnConfiguredTable.ISnowflakeTableSchemaV1Property
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-snowflaketableschemav1.html

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.Aws_cleanrooms;

             var snowflakeTableSchemaV1Property = new SnowflakeTableSchemaV1Property {
                 ColumnName = "columnName",
                 ColumnType = "columnType"
             };

Synopsis

Properties

ColumnName

The column name.

ColumnType

The column's data type.

Properties

ColumnName

The column name.

string ColumnName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-snowflaketableschemav1.html#cfn-cleanrooms-configuredtable-snowflaketableschemav1-columnname

ColumnType

The column's data type.

string ColumnType { get; }
Property Value

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-snowflaketableschemav1.html#cfn-cleanrooms-configuredtable-snowflaketableschemav1-columntype

Back to top Generated by DocFX