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
/
DashboardBinWidthOptionsArgs
Dashboard
Bin
Width
Options
Args
data
class
DashboardBinWidthOptionsArgs
(
val
binCountLimit
:
Output
<
Double
>
?
=
null
,
val
value
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
DashboardBinWidthOptionsArgs
>
Members
Constructors
Dashboard
Bin
Width
Options
Args
Link copied to clipboard
constructor
(
binCountLimit
:
Output
<
Double
>
?
=
null
,
value
:
Output
<
Double
>
?
=
null
)
Properties
bin
Count
Limit
Link copied to clipboard
val
binCountLimit
:
Output
<
Double
>
?
=
null
The options that determine the bin count limit.
value
Link copied to clipboard
val
value
:
Output
<
Double
>
?
=
null
The options that determine the bin width value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DashboardBinWidthOptionsArgs