pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
ThemeDataColorPalette
Theme
Data
Color
Palette
data
class
ThemeDataColorPalette
(
val
colors
:
List
<
String
>
?
=
null
,
val
emptyFillColor
:
String
?
=
null
,
val
minMaxGradient
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Theme
Data
Color
Palette
Link copied to clipboard
fun
ThemeDataColorPalette
(
colors
:
List
<
String
>
?
=
null
,
emptyFillColor
:
String
?
=
null
,
minMaxGradient
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
colors
Link copied to clipboard
val
colors
:
List
<
String
>
?
=
null
empty
Fill
Color
Link copied to clipboard
val
emptyFillColor
:
String
?
=
null
min
Max
Gradient
Link copied to clipboard
val
minMaxGradient
:
List
<
String
>
?
=
null