Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-snowflaketableschema.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 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; }
Property Value

object

Remarks

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

Back to top Generated by DocFX