DataSetRelationalTable

data class DataSetRelationalTable(val catalog: String? = null, val dataSourceArn: String, val inputColumns: List<DataSetInputColumn>, val name: String, val schema: String? = null)

A physical table type for relational data sources.

Constructors

Link copied to clipboard
constructor(catalog: String? = null, dataSourceArn: String, inputColumns: List<DataSetInputColumn>, name: String, schema: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalog: String? = null

The catalog associated with a table.

Link copied to clipboard

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

Link copied to clipboard

The column schema of the table.

Link copied to clipboard

The name of the relational table.

Link copied to clipboard
val schema: String? = null

The schema name. This name applies to certain relational database engines.