DataSetLogicalTableMapDataTransformCastColumnTypeOperation

data class DataSetLogicalTableMapDataTransformCastColumnTypeOperation(val columnName: String, val format: String? = null, val newColumnType: String)

Constructors

constructor(columnName: String, format: String? = null, newColumnType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Column name.

Link copied to clipboard
val format: String? = null

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.

Link copied to clipboard

New column data type. Valid values are STRING, INTEGER, DECIMAL, DATETIME.