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.inputs
/
DashboardArcAxisDisplayRangeArgs
Dashboard
Arc
Axis
Display
Range
Args
data
class
DashboardArcAxisDisplayRangeArgs
(
val
max
:
Output
<
Double
>
?
=
null
,
val
min
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
DashboardArcAxisDisplayRangeArgs
>
Members
Constructors
Dashboard
Arc
Axis
Display
Range
Args
Link copied to clipboard
constructor
(
max
:
Output
<
Double
>
?
=
null
,
min
:
Output
<
Double
>
?
=
null
)
Properties
max
Link copied to clipboard
val
max
:
Output
<
Double
>
?
=
null
The maximum value of the arc axis range.
min
Link copied to clipboard
val
min
:
Output
<
Double
>
?
=
null
The minimum value of the arc axis range.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DashboardArcAxisDisplayRangeArgs