Interface CfnAnalysis.KPIVisualLayoutOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.KPIVisualLayoutOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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.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 forCfnAnalysis.KPIVisualLayoutOptionsPropertystatic final classAn implementation forCfnAnalysis.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
IResolvableorCfnAnalysis.KPIVisualStandardLayoutProperty- See Also:
-
builder
-