Interface CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the layout a KPI visual.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
KPIVisualLayoutOptionsProperty kPIVisualLayoutOptionsProperty = KPIVisualLayoutOptionsProperty.builder()
.standardLayout(KPIVisualStandardLayoutProperty.builder()
.type("type")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.KPIVisualLayoutOptionsPropertystatic final classAn implementation forCfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStandardLayout
The standard layout of the KPI visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.KPIVisualStandardLayoutProperty- See Also:
-
builder
-