pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.quicksight.kotlin.outputs
/
DataSetPhysicalTableMapRelationalTableInputColumn
Data
Set
Physical
Table
Map
Relational
Table
Input
Column
data
class
DataSetPhysicalTableMapRelationalTableInputColumn
(
val
name
:
String
,
val
type
:
String
)
Types
Constructors
Properties
Constructors
Data
Set
Physical
Table
Map
Relational
Table
Input
Column
Link copied to clipboard
fun
DataSetPhysicalTableMapRelationalTableInputColumn
(
name
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of this column in the underlying data source.
type
Link copied to clipboard
val
type
:
String
Data type of the column.