toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.inputs
/
ThemeTypographyArgs
Theme
Typography
Args
data
class
ThemeTypographyArgs
(
val
fontFamilies
:
Output
<
List
<
ThemeFontArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
ThemeTypographyArgs
>
Members
Constructors
Theme
Typography
Args
Link copied to clipboard
constructor
(
fontFamilies
:
Output
<
List
<
ThemeFontArgs
>
>
?
=
null
)
Properties
font
Families
Link copied to clipboard
val
fontFamilies
:
Output
<
List
<
ThemeFontArgs
>
>
?
=
null
Determines the list of font families.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ThemeTypographyArgs