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
/
ThemeValueArgs
Theme
Value
Args
data
class
ThemeValueArgs
(
val
children
:
Output
<
List
<
ThemeValuesArgs
>
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ThemeValueArgs
>
Members
Constructors
Theme
Value
Args
Link copied to clipboard
constructor
(
children
:
Output
<
List
<
ThemeValuesArgs
>
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
children
Link copied to clipboard
val
children
:
Output
<
List
<
ThemeValuesArgs
>
>
?
=
null
A list of key-value pairs that define the theme's properties.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of a theme property.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ThemeValueArgs