DataSetPhysicalTableMapRelationalTableArgs

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

Constructors

constructor(catalog: Output<String>? = null, dataSourceArn: Output<String>, inputColumns: Output<List<DataSetPhysicalTableMapRelationalTableInputColumnArgs>>, name: Output<String>, schema: Output<String>? = null)

Properties

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

Catalog associated with the table.

Link copied to clipboard
val dataSourceArn: Output<String>

ARN of the data source.

Link copied to clipboard

Column schema of the table. See input_columns.

Link copied to clipboard
val name: Output<String>

Name of the relational table.

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

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

Functions

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