Interface CfnDashboardPropsMixin.AssetOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboardPropsMixin.AssetOptionsProperty.Jsii$Proxy
Enclosing class:
CfnDashboardPropsMixin

@Stability(Stable) public static interface CfnDashboardPropsMixin.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.mixins.preview.services.quicksight.mixins.*;
 AssetOptionsProperty assetOptionsProperty = AssetOptionsProperty.builder()
         .excludedDataSetArns(List.of("excludedDataSetArns"))
         .qBusinessInsightsStatus("qBusinessInsightsStatus")
         .timezone("timezone")
         .weekStart("weekStart")
         .build();
 

See Also: