AWS::QuickSight::DataSet OutputColumn - AWS CloudFormation

AWS::QuickSight::DataSet OutputColumn

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: 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