This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BCMDataExports::Table Column
Includes basic information for a data column such as its description, name, and type.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Name" :String, "Type" :String}
YAML
Description:StringName:StringType:String
Properties
Description-
The description for a column.
Required: No
Type: String
Pattern:
^[\S\s]*$Minimum:
0Maximum:
1024Update requires: No interruption
Name-
The column name.
Required: No
Type: String
Pattern:
^[\S\s]*$Minimum:
0Maximum:
1024Update requires: No interruption
Type-
The kind of data a column stores.
Required: No
Type: String
Pattern:
^[\S\s]*$Minimum:
0Maximum:
1024Update requires: No interruption