toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
DashboardDataPathSort
Dashboard
Data
Path
Sort
data
class
DashboardDataPathSort
(
val
direction
:
DashboardSortDirection
,
val
sortPaths
:
List
<
DashboardDataPathValue
>
)
Members
Constructors
Dashboard
Data
Path
Sort
Link copied to clipboard
constructor
(
direction
:
DashboardSortDirection
,
sortPaths
:
List
<
DashboardDataPathValue
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direction
Link copied to clipboard
val
direction
:
DashboardSortDirection
Determines the sort direction.
sort
Paths
Link copied to clipboard
val
sortPaths
:
List
<
DashboardDataPathValue
>
The list of data paths that need to be sorted.