DataSetPhysicalTableMapS3SourceInputColumnArgs

data class DataSetPhysicalTableMapS3SourceInputColumnArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<DataSetPhysicalTableMapS3SourceInputColumnArgs>

Constructors

constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Name of this column in the underlying data source.

Link copied to clipboard
val type: Output<String>

Data type of the column.

Functions

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