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.inputs
/
ComponentSortPropertyArgs
Component
Sort
Property
Args
data
class
ComponentSortPropertyArgs
(
val
direction
:
Output
<
ComponentSortDirection
>
,
val
field
:
Output
<
String
>
)
:
ConvertibleToJava
<
ComponentSortPropertyArgs
>
Members
Constructors
Component
Sort
Property
Args
Link copied to clipboard
constructor
(
direction
:
Output
<
ComponentSortDirection
>
,
field
:
Output
<
String
>
)
Properties
direction
Link copied to clipboard
val
direction
:
Output
<
ComponentSortDirection
>
The direction of the sort, either ascending or descending.
field
Link copied to clipboard
val
field
:
Output
<
String
>
The field to perform the sort on.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ComponentSortPropertyArgs