AWS::QuickSight::DataSet CastColumnTypeOperation - 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 CastColumnTypeOperation

A transform operation that casts a column to a different type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ColumnName" : String, "Format" : String, "NewColumnType" : String }

YAML

ColumnName: String Format: String NewColumnType: String

Properties

ColumnName

Column name.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

Format

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

Required: No

Type: String

Maximum: 32

Update requires: No interruption

NewColumnType

New column data type.

Required: Yes

Type: String

Allowed values: DATETIME | DECIMAL | INTEGER | STRING

Update requires: No interruption