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.outputs
/
ThemeSheetStyle
Theme
Sheet
Style
data
class
ThemeSheetStyle
(
val
tile
:
ThemeTileStyle
?
=
null
,
val
tileLayout
:
ThemeTileLayoutStyle
?
=
null
)
The theme display options for sheets.
Members
Constructors
Theme
Sheet
Style
Link copied to clipboard
constructor
(
tile
:
ThemeTileStyle
?
=
null
,
tileLayout
:
ThemeTileLayoutStyle
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
tile
Link copied to clipboard
val
tile
:
ThemeTileStyle
?
=
null
The display options for tiles.
tile
Layout
Link copied to clipboard
val
tileLayout
:
ThemeTileLayoutStyle
?
=
null
The layout options for tiles.