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
/
DashboardAxisLinearScaleArgs
Dashboard
Axis
Linear
Scale
Args
data
class
DashboardAxisLinearScaleArgs
(
val
stepCount
:
Output
<
Double
>
?
=
null
,
val
stepSize
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
DashboardAxisLinearScaleArgs
>
Members
Constructors
Dashboard
Axis
Linear
Scale
Args
Link copied to clipboard
constructor
(
stepCount
:
Output
<
Double
>
?
=
null
,
stepSize
:
Output
<
Double
>
?
=
null
)
Properties
step
Count
Link copied to clipboard
val
stepCount
:
Output
<
Double
>
?
=
null
The step count setup of a linear axis.
step
Size
Link copied to clipboard
val
stepSize
:
Output
<
Double
>
?
=
null
The step size setup of a linear axis.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DashboardAxisLinearScaleArgs