Interface CfnTemplate.KPIVisualStandardLayoutProperty

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

@Stability(Stable) public static interface CfnTemplate.KPIVisualStandardLayoutProperty extends software.amazon.jsii.JsiiSerializable
The standard layout of the 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.*;
 KPIVisualStandardLayoutProperty kPIVisualStandardLayoutProperty = KPIVisualStandardLayoutProperty.builder()
         .type("type")
         .build();
 

See Also: