toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
DashboardDataColor
Dashboard
Data
Color
data
class
DashboardDataColor
(
val
color
:
String
?
=
null
,
val
dataValue
:
Double
?
=
null
)
Members
Constructors
Dashboard
Data
Color
Link copied to clipboard
constructor
(
color
:
String
?
=
null
,
dataValue
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
color
Link copied to clipboard
val
color
:
String
?
=
null
The color that is applied to the data value.
data
Value
Link copied to clipboard
val
dataValue
:
Double
?
=
null
The data value that the color is applied to.