toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.amplifyuibuilder.kotlin.outputs
/
ComponentPropertyBindingProperties
Component
Property
Binding
Properties
data
class
ComponentPropertyBindingProperties
(
val
field
:
String
?
=
null
,
val
property
:
String
)
Members
Constructors
Component
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 component property to bind to the data field.