interface KPIVisualLayoutOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.KPIVisualLayoutOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_KPIVisualLayoutOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.KPIVisualLayoutOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.KPIVisualLayoutOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.