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.outputs
/
AnalysisAssetOptions
Analysis
Asset
Options
data
class
AnalysisAssetOptions
(
val
timezone
:
String
?
=
null
,
val
weekStart
:
AnalysisDayOfTheWeek
?
=
null
)
Members
Constructors
Analysis
Asset
Options
Link copied to clipboard
constructor
(
timezone
:
String
?
=
null
,
weekStart
:
AnalysisDayOfTheWeek
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
timezone
Link copied to clipboard
val
timezone
:
String
?
=
null
Determines the timezone for the analysis.
week
Start
Link copied to clipboard
val
weekStart
:
AnalysisDayOfTheWeek
?
=
null
Determines the week start day for an analysis.