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
/
FormInputValuePropertyBindingProperties
Form
Input
Value
Property
Binding
Properties
data
class
FormInputValuePropertyBindingProperties
(
val
field
:
String
?
=
null
,
val
property
:
String
)
Members
Constructors
Form
Input
Value
Property
Binding
Properties
Link copied to clipboard
constructor
(
field
:
String
?
=
null
,
property
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
field
Link copied to clipboard
val
field
:
String
?
=
null
The data field to bind the property to.
property
Link copied to clipboard
val
property
:
String
The form property to bind to the data field.