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
/
DashboardAssetOptionsArgs
Dashboard
Asset
Options
Args
data
class
DashboardAssetOptionsArgs
(
val
timezone
:
Output
<
String
>
?
=
null
,
val
weekStart
:
Output
<
DashboardDayOfTheWeek
>
?
=
null
)
:
ConvertibleToJava
<
DashboardAssetOptionsArgs
>
Members
Constructors
Dashboard
Asset
Options
Args
Link copied to clipboard
constructor
(
timezone
:
Output
<
String
>
?
=
null
,
weekStart
:
Output
<
DashboardDayOfTheWeek
>
?
=
null
)
Properties
timezone
Link copied to clipboard
val
timezone
:
Output
<
String
>
?
=
null
Determines the timezone for the analysis.
week
Start
Link copied to clipboard
val
weekStart
:
Output
<
DashboardDayOfTheWeek
>
?
=
null
Determines the week start day for an analysis.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DashboardAssetOptionsArgs