Interface CfnDashboard.AssetOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.AssetOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.AssetOptionsProperty
extends software.amazon.jsii.JsiiSerializable
An array of analysis level configurations.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
AssetOptionsProperty assetOptionsProperty = AssetOptionsProperty.builder()
.excludedDataSetArns(List.of("excludedDataSetArns"))
.qBusinessInsightsStatus("qBusinessInsightsStatus")
.timezone("timezone")
.weekStart("weekStart")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.AssetOptionsPropertystatic final classAn implementation forCfnDashboard.AssetOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A list of dataset ARNS to exclude from Dashboard Q&A.default StringDetermines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.default StringDetermines the timezone for the analysis.default StringDetermines the week start day for an analysis.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExcludedDataSetArns
A list of dataset ARNS to exclude from Dashboard Q&A.- See Also:
-
getQBusinessInsightsStatus
Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.- See Also:
-
getTimezone
Determines the timezone for the analysis.- See Also:
-
getWeekStart
Determines the week start day for an analysis.- See Also:
-
builder
-