DataSetPhysicalTableMapRelationalTable

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalog: String? = null

Catalog associated with the table.

Link copied to clipboard

ARN of the data source.

Link copied to clipboard

Column schema of the table. See input_columns.

Link copied to clipboard

Name of the relational table.

Link copied to clipboard
val schema: String? = null

Schema name. This name applies to certain relational database engines.