toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.amplifyuibuilder.kotlin.outputs
/
ComponentSortProperty
Component
Sort
Property
data
class
ComponentSortProperty
(
val
direction
:
ComponentSortDirection
,
val
field
:
String
)
Members
Constructors
Component
Sort
Property
Link copied to clipboard
constructor
(
direction
:
ComponentSortDirection
,
field
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direction
Link copied to clipboard
val
direction
:
ComponentSortDirection
The direction of the sort, either ascending or descending.
field
Link copied to clipboard
val
field
:
String
The field to perform the sort on.