DataSetRelationalTableArgs

data class DataSetRelationalTableArgs(val catalog: Output<String>? = null, val dataSourceArn: Output<String>, val inputColumns: Output<List<DataSetInputColumnArgs>>, val name: Output<String>, val schema: Output<String>? = null) : ConvertibleToJava<DataSetRelationalTableArgs>

A physical table type for relational data sources.

Constructors

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

Properties

Link copied to clipboard
val catalog: Output<String>? = null

The catalog associated with a table.

Link copied to clipboard
val dataSourceArn: Output<String>

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

Link copied to clipboard

The column schema of the table.

Link copied to clipboard
val name: Output<String>

The name of the relational table.

Link copied to clipboard
val schema: Output<String>? = null

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

Functions

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