DataSetJoinKeyPropertiesArgs

data class DataSetJoinKeyPropertiesArgs(val uniqueKey: Output<Boolean>? = null) : ConvertibleToJava<DataSetJoinKeyPropertiesArgs>

Properties associated with the columns participating in a join.

Constructors

Link copied to clipboard
constructor(uniqueKey: Output<Boolean>? = null)

Properties

Link copied to clipboard
val uniqueKey: Output<Boolean>? = null

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

Functions

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