toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.quicksight.kotlin.outputs
/
DataSetPhysicalTableMapCustomSqlColumn
Data
Set
Physical
Table
Map
Custom
Sql
Column
data
class
DataSetPhysicalTableMapCustomSqlColumn
(
val
name
:
String
,
val
type
:
String
)
Members
Constructors
Data
Set
Physical
Table
Map
Custom
Sql
Column
Link copied to clipboard
constructor
(
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.