Interface CfnConfiguredTable.ISnowflakeTableSchemaProperty
The schema of a Snowflake table.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredTable.ISnowflakeTableSchemaProperty
Syntax (vb)
Public Interface CfnConfiguredTable.ISnowflakeTableSchemaProperty
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.Aws_cleanrooms;
var snowflakeTableSchemaProperty = new SnowflakeTableSchemaProperty {
V1 = new [] { new SnowflakeTableSchemaV1Property {
ColumnName = "columnName",
ColumnType = "columnType"
} }
};
Synopsis
Properties
V1 | The schema of a Snowflake table. |
Properties
V1
The schema of a Snowflake table.
object V1 { get; }