interface KPIVisualLayoutOptionsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.KPIVisualLayoutOptionsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_KPIVisualLayoutOptionsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.KPIVisualLayoutOptionsProperty | 
  Python | aws_cdk.aws_quicksight.CfnAnalysis.KPIVisualLayoutOptionsProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnAnalysis » KPIVisualLayoutOptionsProperty | 
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const kPIVisualLayoutOptionsProperty: quicksight.CfnAnalysis.KPIVisualLayoutOptionsProperty = {
  standardLayout: {
    type: 'type',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| standard | IResolvable | KPIVisual | The standard layout of the KPI visual. | 
standardLayout?
Type:
IResolvable | KPIVisual
(optional)
The standard layout of the KPI visual.

 .NET
 Go
 Java
 Python
 TypeScript