DataSetCustomSql

data class DataSetCustomSql(val columns: List<DataSetInputColumn>, val dataSourceArn: String, val name: String, val sqlQuery: String)

A physical table type built from the results of the custom SQL query.

Constructors

Link copied to clipboard
constructor(columns: List<DataSetInputColumn>, dataSourceArn: String, name: String, sqlQuery: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column schema from the SQL query result set.

Link copied to clipboard

The Amazon Resource Name (ARN) of the data source.

Link copied to clipboard

A display name for the SQL query result.

Link copied to clipboard

The SQL query.