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
/
TemplateDataPathSort
Template
Data
Path
Sort
data
class
TemplateDataPathSort
(
val
direction
:
TemplateSortDirection
,
val
sortPaths
:
List
<
TemplateDataPathValue
>
)
Members
Constructors
Template
Data
Path
Sort
Link copied to clipboard
constructor
(
direction
:
TemplateSortDirection
,
sortPaths
:
List
<
TemplateDataPathValue
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direction
Link copied to clipboard
val
direction
:
TemplateSortDirection
Determines the sort direction.
sort
Paths
Link copied to clipboard
val
sortPaths
:
List
<
TemplateDataPathValue
>
The list of data paths that need to be sorted.