View a markdown version of this page

AWS::BCMDataExports::Table Column - AWS CloudFormation

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: String Name: String Type: String

Properties

Description

The description for a column.

Required: No

Type: String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: No interruption

Name

The column name.

Required: No

Type: String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: No interruption

Type

The kind of data a column stores.

Required: No

Type: String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: No interruption