toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
DashboardPivotFieldSortOptions
Dashboard
Pivot
Field
Sort
Options
data
class
DashboardPivotFieldSortOptions
(
val
fieldId
:
String
,
val
sortBy
:
DashboardPivotTableSortBy
)
Members
Constructors
Dashboard
Pivot
Field
Sort
Options
Link copied to clipboard
constructor
(
fieldId
:
String
,
sortBy
:
DashboardPivotTableSortBy
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
field
Id
Link copied to clipboard
val
fieldId
:
String
The field ID for the field sort options.
sort
By
Link copied to clipboard
val
sortBy
:
DashboardPivotTableSortBy
The sort by field for the field sort options.