Output column.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Description" : String
,
"Name" : String
,
"SubType" : String
,
"Type" : String
}
YAML
Description: String
Name: String
SubType: String
Type: String
Properties
Description
-
A description for a column.
Required: No
Type: String
Minimum:
0
Maximum:
500
Update requires: No interruption
Name
-
The display name of the column..
Required: No
Type: String
Minimum:
1
Maximum:
127
Update requires: No interruption
SubType
-
The sub data type of the column.
Required: No
Type: String
Allowed values:
FLOAT | FIXED
Update requires: No interruption
Type
-
The data type of the column.
Required: No
Type: String
Allowed values:
STRING | INTEGER | DECIMAL | DATETIME
Update requires: No interruption