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.inputs
/
ThemeValuesArgs
Theme
Values
Args
data
class
ThemeValuesArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
ThemeValueArgs
>
?
=
null
)
:
ConvertibleToJava
<
ThemeValuesArgs
>
Members
Constructors
Theme
Values
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
ThemeValueArgs
>
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
The name of the property.
value
Link copied to clipboard
val
value
:
Output
<
ThemeValueArgs
>
?
=
null
The value of the property.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ThemeValuesArgs