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
/
ThemeValue
Theme
Value
data
class
ThemeValue
(
val
children
:
List
<
ThemeValues
>
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Theme
Value
Link copied to clipboard
constructor
(
children
:
List
<
ThemeValues
>
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
children
Link copied to clipboard
val
children
:
List
<
ThemeValues
>
?
=
null
A list of key-value pairs that define the theme's properties.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of a theme property.