interface KPIVisualStandardLayoutProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_KPIVisualStandardLayoutProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » KPIVisualStandardLayoutProperty |
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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const kPIVisualStandardLayoutProperty: quicksight.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The standard layout type. |
type?
Type:
string
(optional)
The standard layout type.

.NET
Go
Java
Python
TypeScript