Show / Hide Table of Contents

Class CfnConfiguredTable.SnowflakeTableSchemaProperty

The schema of a Snowflake table.

Inheritance
object
CfnConfiguredTable.SnowflakeTableSchemaProperty
Implements
CfnConfiguredTable.ISnowflakeTableSchemaProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredTable.SnowflakeTableSchemaProperty : CfnConfiguredTable.ISnowflakeTableSchemaProperty
Syntax (vb)
Public Class CfnConfiguredTable.SnowflakeTableSchemaProperty Implements 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

Constructors

SnowflakeTableSchemaProperty()

The schema of a Snowflake table.

Properties

V1

The schema of a Snowflake table.

Constructors

SnowflakeTableSchemaProperty()

The schema of a Snowflake table.

public SnowflakeTableSchemaProperty()
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"
                 } }
             };

Properties

V1

The schema of a Snowflake table.

public object V1 { get; set; }
Property Value

object

Remarks

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

Implements

CfnConfiguredTable.ISnowflakeTableSchemaProperty
Back to top Generated by DocFX