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() .timezone("timezone") .weekStart("weekStart") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.AssetOptionsProperty
static final class
An implementation forCfnDashboard.AssetOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimezone
Determines the timezone for the analysis.- See Also:
-
getWeekStart
Determines the week start day for an analysis.- See Also:
-
builder
-