This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CleanRooms::ConfiguredTable SnowflakeTableSchemaV1
The Snowflake table schema.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnName" :String, "ColumnType" :String}
YAML
ColumnName:StringColumnType:String
Properties
ColumnName-
The column name.
Required: Yes
Type: String
Maximum:
128Update requires: No interruption
ColumnType-
The column's data type. 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.Required: Yes
Type: String
Maximum:
255Update requires: No interruption