AWS::QuickSight::DataSet OutputColumn - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::DataSet OutputColumn

Output column.

Syntax

To declare this entity in your Amazon 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: 128

Update requires: No interruption

SubType

The sub data type of the column.

Required: No

Type: String

Allowed values: FIXED | FLOAT

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