DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn

data class DataSetLogicalTableMapDataTransformCreateColumnsOperationColumn(val columnId: String, val columnName: String, val expression: String)

Constructors

constructor(columnId: String, columnName: String, expression: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

Link copied to clipboard

Column name.

Link copied to clipboard

An expression that defines the calculated column.