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
/
DashboardDataColorArgs
Dashboard
Data
Color
Args
data
class
DashboardDataColorArgs
(
val
color
:
Output
<
String
>
?
=
null
,
val
dataValue
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
DashboardDataColorArgs
>
Members
Constructors
Dashboard
Data
Color
Args
Link copied to clipboard
constructor
(
color
:
Output
<
String
>
?
=
null
,
dataValue
:
Output
<
Double
>
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
Output
<
String
>
?
=
null
The color that is applied to the data value.
data
Value
Link copied to clipboard
val
dataValue
:
Output
<
Double
>
?
=
null
The data value that the color is applied to.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DashboardDataColorArgs