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
/
AnalysisAxisLinearScaleArgs
Analysis
Axis
Linear
Scale
Args
data
class
AnalysisAxisLinearScaleArgs
(
val
stepCount
:
Output
<
Double
>
?
=
null
,
val
stepSize
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
AnalysisAxisLinearScaleArgs
>
Members
Constructors
Analysis
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
(
)
:
AnalysisAxisLinearScaleArgs