DataSetCastColumnTypeOperationArgs

data class DataSetCastColumnTypeOperationArgs(val columnName: Output<String>, val format: Output<String>? = null, val newColumnType: Output<DataSetColumnDataType>, val subType: Output<DataSetColumnDataSubType>? = null) : ConvertibleToJava<DataSetCastColumnTypeOperationArgs>

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

Constructors

Link copied to clipboard
constructor(columnName: Output<String>, format: Output<String>? = null, newColumnType: Output<DataSetColumnDataType>, subType: Output<DataSetColumnDataSubType>? = null)

Properties

Link copied to clipboard
val columnName: Output<String>

Column name.

Link copied to clipboard
val format: Output<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.

Link copied to clipboard
val subType: Output<DataSetColumnDataSubType>? = null

The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.

Functions

Link copied to clipboard
open override fun toJava(): DataSetCastColumnTypeOperationArgs